CollectorConfigStore.. Method
This method is for internal use only.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Private Function GetKey ( _
urnFragment As IUrnFragment _
) As SfcKey Implements ISfcDomain.GetKey
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- urnFragment
Type: IUrnFragment
Return Value
Type: SfcKey
Implements
ISfcDomainGetKey(IUrnFragment)
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.