GetObjectTypeFromFullName 方法 (String)
僅供參考之用。不支援。我們無法保證未來的相容性。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Shared Function GetObjectTypeFromFullName ( _
fullTypeName As String _
) As Type
'用途
Dim fullTypeName As String
Dim returnValue As Type
returnValue = SfcRegistration.GetObjectTypeFromFullName(fullTypeName)
public static Type GetObjectTypeFromFullName(
string fullTypeName
)
public:
static Type^ GetObjectTypeFromFullName(
String^ fullTypeName
)
static member GetObjectTypeFromFullName :
fullTypeName:string -> Type
public static function GetObjectTypeFromFullName(
fullTypeName : String
) : Type
參數
- fullTypeName
型別:System. . :: . .String
類型的完整名稱。
傳回值
型別:System. . :: . .Type
具有完整物件名稱的物件類型。