Поделиться через


Метод PolicyStore.ISfcDomain.GetType

Gets a Type object specified by the typeName parameter.

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

Синтаксис

'Декларация
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Применение
Dim instance As PolicyStore 
Dim typeName As String 
Dim returnValue As Type 

returnValue = CType(instance, ISfcDomain).GetType(typeName)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
Type ISfcDomain.GetType(
    string typeName
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
private:
virtual Type^ GetType(
    String^ typeName
) sealed = ISfcDomain::GetType
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private abstract GetType : 
        typeName:string -> Type 
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private override GetType : 
        typeName:string -> Type
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Параметры

  • typeName
    Тип: System.String
    A string value that specifies the type.

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

Тип: System.Type
A Type object.

Реализует

ISfcDomain.GetType(String)

См. также

Справочник

PolicyStore Класс

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