หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Creates a key for its own identity.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Friend Overrides Function CreateIdentityKey As SfcKey
'Usage
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
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The newly created identity key.