Partager via


Propriété MapInfo.IdentityKey

Gets a SQL Foundation Class identity key.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As MapInfo.Key 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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.

Voir aussi

Référence

MapInfo Classe

Espace de noms Microsoft.SqlServer.Management.XEvent