Freigeben über


SfcInstance<K, T>.CreateIdentityKey-Methode

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

Rückgabewert

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

Siehe auch

Verweis

SfcInstance<K, T> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace