共用方式為


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 命名空間