TargetColumnInfo.IdentityKey 属性

Gets the identity key of a TargetColumnInfo object.

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

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As TargetColumnInfo.Key 
    Get
用法
Dim instance As TargetColumnInfo 
Dim value As TargetColumnInfo.Key 

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

属性值

类型:Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
Returns an SfcKey.

注释

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.

请参阅

参考

TargetColumnInfo 类

Microsoft.SqlServer.Management.XEvent 命名空间