Udostępnij za pośrednictwem


Metoda DacDomain.ISfcDomain.GetType

Pobiera Type Obiekt opisujący typ Sfc o określonej nazwie domena Sfc.

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

Składnia

'Deklaracja
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Użycie
Dim instance As DacDomain
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
Zwraca Type Obiekt opisujący typ Sfc z określonej nazwy.

Implementacje

ISfcDomain.GetType(String)