IntegrationServices.ISfcDomain.GetKey メソッド

URN フラグメントによって指定されたキー オブジェクトを取得します。

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

構文

'宣言
Private Function GetKey ( _
    urnFragment As IUrnFragment _
) As SfcKey Implements ISfcDomain.GetKey
'使用
Dim instance As IntegrationServices 
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
URN フラグメントによって指定されたキー オブジェクト。

実装

ISfcDomain.GetKey(IUrnFragment)

関連項目

参照

IntegrationServices クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間