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
具有完整对象名称的对象类型。