Metodo RegisteredServersStore.GetType (String)

Gets the type given the specified type name.

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

Sintassi

'Dichiarazione
Public Function GetType ( _
    typeName As String _
) As Type
'Utilizzo
Dim instance As RegisteredServersStore 
Dim typeName As String 
Dim returnValue As Type 

returnValue = instance.GetType(typeName)
public Type GetType(
    string typeName
)
public:
virtual Type^ GetType(
    String^ typeName
) sealed
abstract GetType : 
        typeName:string -> Type  
override GetType : 
        typeName:string -> Type
public final function GetType(
    typeName : String
) : Type

Parametri

Valore restituito

Tipo: System.Type
A Type value that specifies the type.

Implementa

ISfcDomain.GetType(String)

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

RegisteredServersStore Classe

Overload GetType

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers