SfcInstance<K, T>.IdentityKey 属性

Gets the identity key.

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

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As K
    Get
用法
Dim instance As SfcInstance 
Dim value As K

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

属性值

类型:K
The identify key.

请参阅

参考

SfcInstance<K, T> 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间