Freigeben über


SfcInstance<K, T>.CreateKey-Methode

Creates a key for the instance class from its properties.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Friend MustOverride Function CreateKey As K
'Usage
Dim returnValue As K

returnValue = Me.CreateKey()
protected internal abstract K CreateKey()
protected public:
virtual K CreateKey() abstract
abstract CreateKey : unit -> 'K 
abstract function CreateKey() : K

Rückgabewert

Typ: K
The newly created key for the instance class.

Siehe auch

Verweis

SfcInstance<K, T> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace