共用方式為


. 方法

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.

實作

ISfcDomainGetType(String)

備註

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.