Share via


Propriété SqlCeCommandBuilder.CatalogLocation

Non pris en charge dans SQL Server Compact.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public Overrides Property CatalogLocation As CatalogLocation
    Get
    Set
'Utilisation
Dim instance As SqlCeCommandBuilder
Dim value As CatalogLocation

value = instance.CatalogLocation

instance.CatalogLocation = value
public override CatalogLocation CatalogLocation { get; set; }
public:
virtual property CatalogLocation CatalogLocation {
    CatalogLocation get () override;
    void set (CatalogLocation value) override;
}
abstract CatalogLocation : CatalogLocation with get, set
override CatalogLocation : CatalogLocation with get, set
override function get CatalogLocation () : CatalogLocation
override function set CatalogLocation (value : CatalogLocation)

Valeur de propriété

Type : System.Data.Common.CatalogLocation

Voir aussi

Référence

SqlCeCommandBuilder Classe

Espace de noms System.Data.SqlServerCe