Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a key for the instance class from its properties.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Friend MustOverride Function CreateKey As K
'Utilisation
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
Valeur de retour
Type : K
The newly created key for the instance class.