Utility.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 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

  • typeName
    类型:System.String
    A string value that specifies the name of the type.

返回值

类型:System.Type
A Type object.

实现

ISfcDomain.GetType(String)

请参阅

参考

Utility 类

Microsoft.SqlServer.Management.Utility 命名空间