Compartir a través de


RegisteredServersStore.GetType Método (String)

Gets the type given the specified type name.

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
Public Function GetType ( _
    typeName As String _
) As Type
'Uso
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

Parámetros

Valor devuelto

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

Implementa

ISfcDomain.GetType(String)

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

RegisteredServersStore Clase

Sobrecarga de GetType

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers