Udostępnij przez


Metoda Utility.ISfcDomain.GetType

Pobiera Type Narzędzia.

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

Składnia

'Deklaracja
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Użycie
Dim instance As Utility
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

  • typeName
    Typ: System.String
    Wartość ciąg Określa nazwę typu.

Wartość zwracana

Typ: System.Type
A Type obiektu.

Implementacje

ISfcDomain.GetType(String)