Proprietà MapInfo.IdentityKey

Gets a SQL Foundation Class identity key.

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

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.XEvent.MapInfo.Key
An SfcKey object.

Osservazioni

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

Vedere anche

Riferimento

MapInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent