Метод RegisteredServersStore.GetType (String)

Gets the type given the specified type name.

Пространство имен:  Microsoft.SqlServer.Management.RegisteredServers
Сборка:  Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)

Синтаксис

'Декларация
Public Function GetType ( _
    typeName As String _
) As Type
'Применение
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

Параметры

Возвращаемое значение

Тип: System.Type
A Type value that specifies the type.

Реализует

ISfcDomain.GetType(String)

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

RegisteredServersStore Класс

Перегрузка GetType

Пространство имен Microsoft.SqlServer.Management.RegisteredServers