Udostępnij za pośrednictwem


Metoda CollectorConfigStore.ISfcDomain.GetType

Ta metoda jest tylko do użytku wewnętrznego.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Collector
Zestaw:  Microsoft.SqlServer.Management.Collector (w Microsoft.SqlServer.Management.Collector.dll)

Składnia

'Deklaracja
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Użycie
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 
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Parametry

Wartość zwracana

Typ: System.Type
A Type jest typ modułu zbierającego.

Implementacje

ISfcDomain.GetType(String)