Condividi tramite


Proprietà DataEventColumnInfo.IdentityKey

Gets the SQL Foundation Class key of an DataEventColumnInfo object.

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

Sintassi

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

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key
Returns the identity key.

Osservazioni

The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is found in the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.

Vedere anche

Riferimento

DataEventColumnInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent