ISfcDomain.GetType 方法
Gets a Type object describing the Sfc type with the specified name within the Sfc domain.
命名空間: Microsoft.SqlServer.Management.Dac
組件: Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)
語法
'宣告
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'用途
Dim instance As DacDomain
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 specifying the name of the Sfc type.
傳回值
型別:System. . :: . .Type
Returns a Type object describing the Sfc type with the specified name.