Condividi tramite


Proprietà Catalog.IdentityKey

Gets the identity key.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Catalog.Key 
    Get
'Utilizzo
Dim instance As Catalog 
Dim value As Catalog.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public Catalog.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property Catalog.Key^ IdentityKey {
    Catalog.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : Catalog.Key
function get IdentityKey () : Catalog.Key

Valore proprietà

Tipo: Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
The identity key.

Vedere anche

Riferimento

Catalog Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices