MapInfo.IdentityKey 属性

Gets a SQL Foundation Class identity key.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As MapInfo.Key 
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.XEvent.MapInfo.Key
An SfcKey object.

注释

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.

请参阅

参考

MapInfo 类

Microsoft.SqlServer.Management.XEvent 命名空间