Metodo CollectorConfigStore.ISfcDomain.GetType

This method is for internal use only.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

Valore restituito

Tipo: System.Type
A Type that is the collector type.

Implementa

ISfcDomain.GetType(String)

Vedere anche

Riferimento

CollectorConfigStore Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector