Compartir a través de


SfcInstance<K, T>.CreateKey Método

Creates a key for the instance class from its properties.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected Friend MustOverride Function CreateKey As K
'Uso
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

Valor devuelto

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

Vea también

Referencia

SfcInstance<K, T> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc