Freigeben über


RegisteredServersStore.GetType-Methode (String)

Gets the type given the specified type name.

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

Syntax

'Declaration
Public Function GetType ( _
    typeName As String _
) As Type
'Usage
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

Parameter

Rückgabewert

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

Implementiert

ISfcDomain.GetType(String)

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

RegisteredServersStore Klasse

GetType-Überladung

Microsoft.SqlServer.Management.RegisteredServers-Namespace