Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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
- typeName
Tipo: System.String
A String object that specifies an name of the type.
Valor de retorno
Tipo: System.Type
A Type value that specifies the type.
Implementa
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.