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 命名空间