Partager via


. méthode

This method is for internal use only.

Espace de noms :  Microsoft.SqlServer.Management.Collector
Assembly :  Microsoft.SqlServer.Management.Collector (dans Microsoft.SqlServer.Management.Collector.dll)

Syntaxe

'Déclaration
Private Function GetKey ( _
    urnFragment As IUrnFragment _
) As SfcKey Implements ISfcDomain.GetKey
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

  • urnFragment
    Type : IUrnFragment
     

Valeur de retour

Type : SfcKey

Implémente

ISfcDomainGetKey(IUrnFragment)

Notes

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