ISfcDomain.GetKey 方法

Gets a new SfcKey object.

命名空间:  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 支持使用显式接口实现,但不支持声明新显式接口实现。

实现

ISfcDomain. . :: . .GetKey(IUrnFragment)