Metodo SfcInstance<K, T>.CreateKey

Creates a key for the instance class from its properties.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Friend MustOverride Function CreateKey As K
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

SfcInstance<K, T> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc