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.
Gets the identity key.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As CatalogFolder.Key
Get
'Usage
Dim instance As CatalogFolder
Dim value As CatalogFolder.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public CatalogFolder.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property CatalogFolder.Key^ IdentityKey {
CatalogFolder.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : CatalogFolder.Key
function get IdentityKey () : CatalogFolder.Key
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder.Key
The identity key.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace