Поделиться через


Метод SfcInstance<K, T>.CreateKey

Creates a key for the instance class from its properties.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Protected Friend MustOverride Function CreateKey As K
'Применение
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

Возвращаемое значение

Тип: K
The newly created key for the instance class.

См. также

Справочник

SfcInstance<K, T> Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc