ISfcDomain.GetType 方法
此方法僅供內部使用。
命名空間: 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 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- typeName
型別:System. . :: . .String
String 值,這個值是類型名稱。
傳回值
型別:System. . :: . .Type
代表收集器類型的 Type。