Proprietà ReadOnlyEventColumnInfo.IdentityKey

Gets the SQL Foundation Class identity key value.

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 ReadOnlyEventColumnInfo.Key 
    Get
'Utilizzo
Dim instance As ReadOnlyEventColumnInfo 
Dim value As ReadOnlyEventColumnInfo.Key 

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo.Key
An SfcKey value.

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

ReadOnlyEventColumnInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent