Compartilhar via


Método RegisteredServersStore.GetType (String)

Gets the type given the specified type name.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
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 de retorno

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

Implementa

ISfcDomain.GetType(String)

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

RegisteredServersStore Classe

Sobrecarregado GetType

Namespace Microsoft.SqlServer.Management.RegisteredServers