共用方式為


SfcInstance<K, T>.CreateIdentityKey 方法

Creates a key for its own identity.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Protected Friend Overrides Function CreateIdentityKey As SfcKey
'用途
Dim returnValue As SfcKey 

returnValue = Me.CreateIdentityKey()
protected internal override SfcKey CreateIdentityKey()
protected public:
virtual SfcKey^ CreateIdentityKey() override
abstract CreateIdentityKey : unit -> SfcKey  
override CreateIdentityKey : unit -> SfcKey
override function CreateIdentityKey() : SfcKey

傳回值

型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The newly created identity key.

請參閱

參考

SfcInstance<K, T> 類別

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