共用方式為


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 命名空間