共用方式為


ISfcDomain.GetType 方法

Gets the Type of the utility.

命名空間:  Microsoft.SqlServer.Management.Utility
組件:  Microsoft.SqlServer.Management.Utility (在 Microsoft.SqlServer.Management.Utility.dll 中)

語法

'宣告
Private Function GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'用途
Dim instance As Utility
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 object.

實作

ISfcDomain. . :: . .GetType(String)