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 GetTypeMetadata ( _
    typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Utilisation
Dim instance As CollectorConfigStore
Dim typeName As String
Dim returnValue As SfcTypeMetadata

returnValue = CType(instance, ISfcDomain).GetTypeMetadata(typeName)
SfcTypeMetadata ISfcDomain.GetTypeMetadata(
    string typeName
)
private:
virtual SfcTypeMetadata^ GetTypeMetadata(
    String^ typeName
) sealed = ISfcDomain::GetTypeMetadata
private abstract GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
private override GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
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

Valeur de retour

Type : SfcTypeMetadata
SfcTypeMetadata metadata for the collector type.

Implémente

ISfcDomainGetTypeMetadata(String)

Notes

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