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.