Метод ISfcDomain.GetType
Gets the Type of the SFC object class within the domain for the specified type name. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Function GetType ( _
typeName As String _
) As Type
'Применение
Dim instance As ISfcDomain
Dim typeName As String
Dim returnValue As Type
returnValue = instance.GetType(typeName)
Type GetType(
string typeName
)
Type^ GetType(
String^ typeName
)
abstract GetType :
typeName:string -> Type
function GetType(
typeName : String
) : Type
Параметры
- typeName
Тип: System.String
The name of the type.
Возвращаемое значение
Тип: System.Type
The Type object with the specified name. nullпустая ссылка (Nothing в Visual Basic) if typeName is not a type in the domain.