Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Wird in SQL Server Compact nicht unterstützt.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Property CatalogLocation As CatalogLocation
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Data.Common.CatalogLocation