Partager via


Méthode CollectorConfigStore.ISfcDomain.GetType

This method is for internal use only.

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

Syntaxe

'Déclaration
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Utilisation
Dim instance As CollectorConfigStore 
Dim typeName As String 
Dim returnValue As Type 

returnValue = CType(instance, ISfcDomain).GetType(typeName)
Type ISfcDomain.GetType(
    string typeName
)
private:
virtual Type^ GetType(
    String^ typeName
) sealed = ISfcDomain::GetType
private abstract GetType : 
        typeName:string -> Type  
private override GetType : 
        typeName:string -> Type
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 : System.Type
A Type that is the collector type.

Implémente

ISfcDomain.GetType(String)

Voir aussi

Référence

CollectorConfigStore Classe

Espace de noms Microsoft.SqlServer.Management.Collector