Partager via


Méthode RegisteredServersStore.GetType (String)

Gets the type given the specified type name.

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Public Function GetType ( _
    typeName As String _
) As Type
'Utilisation
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

Paramètres

Valeur de retour

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

Implémente

ISfcDomain.GetType(String)

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

RegisteredServersStore Classe

Surcharge GetType

Espace de noms Microsoft.SqlServer.Management.RegisteredServers