Метод CollectorConfigStore.ISfcDomain.GetType

This method is for internal use only.

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

Синтаксис

'Декларация
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Применение
Dim instance As CollectorConfigStore 
Dim typeName As String 
Dim returnValue As Type 

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

Параметры

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

Тип: System.Type
A Type that is the collector type.

Реализует

ISfcDomain.GetType(String)

См. также

Справочник

CollectorConfigStore Класс

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