ISfcDomain.GetType 方法
Gets a Type object specified by the typeName parameter.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'用途
Dim instance As PolicyStore
Dim typeName As String
Dim returnValue As Type
returnValue = CType(instance, ISfcDomain).GetType(typeName)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
Type ISfcDomain.GetType(
string typeName
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
private:
virtual Type^ GetType(
String^ typeName
) sealed = ISfcDomain::GetType
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private abstract GetType :
typeName:string -> Type
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private override GetType :
typeName:string -> Type
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- typeName
型別:System. . :: . .String
A string value that specifies the type.
傳回值
型別:System. . :: . .Type
A Type object.