次の方法で共有


MapInfo.IdentityKey プロパティ

SQL Foundation Class のID キーを取得します。

名前空間:  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
SfcKey オブジェクトです。

説明

Microsoft.SqlServer.Management.Sdk.Sfc.dll には、SQL Foundation Class のアセンブリが含まれています。 このライブラリは、%ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies ディレクトリにあります。

関連項目

参照

MapInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間