次の方法で共有


Utility.ISfcDomain.GetKey メソッド

新しい SfcKey オブジェクトを取得します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
Private Function GetKey ( _
    urnFragment As IUrnFragment _
) As SfcKey Implements ISfcDomain.GetKey
'使用
Dim instance As Utility 
Dim urnFragment As IUrnFragment 
Dim returnValue As SfcKey 

returnValue = CType(instance, ISfcDomain).GetKey(urnFragment)
SfcKey ISfcDomain.GetKey(
    IUrnFragment urnFragment
)
private:
virtual SfcKey^ GetKey(
    IUrnFragment^ urnFragment
) sealed = ISfcDomain::GetKey
private abstract GetKey : 
        urnFragment:IUrnFragment -> SfcKey  
private override GetKey : 
        urnFragment:IUrnFragment -> SfcKey
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
SfcKey オブジェクトです。

実装

ISfcDomain.GetKey(IUrnFragment)

関連項目

参照

Utility クラス

Microsoft.SqlServer.Management.Utility 名前空間