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.