. 方法

This method is for internal use only.

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
Private Function GetKey ( _
    urnFragment As IUrnFragment _
) As SfcKey Implements ISfcDomain.GetKey
用法
Dim instance As CollectorConfigStore
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 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

  • urnFragment
    类型:IUrnFragment
     

返回值

类型:SfcKey

实现

ISfcDomainGetKey(IUrnFragment)

注释

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.