SqlCommandBuilder.CatalogLocation Eigenschap

Definitie

Hiermee haalt u een CatalogLocation exemplaar van de klasse op of stelt u deze SqlCommandBuilder in.

public:
 virtual property System::Data::Common::CatalogLocation CatalogLocation { System::Data::Common::CatalogLocation get(); void set(System::Data::Common::CatalogLocation value); };
[System.ComponentModel.Browsable(false)]
public override System.Data.Common.CatalogLocation CatalogLocation { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CatalogLocation : System.Data.Common.CatalogLocation with get, set
Public Overrides Property CatalogLocation As CatalogLocation

Waarde van eigenschap

Een CatalogLocation-object.

Kenmerken

Van toepassing op

Zie ook