TryGetObjectTypeFromFullName 方法
标识为仅供参考。不提供支持。不保证以后的兼容性。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Shared Function TryGetObjectTypeFromFullName ( _
fullTypeName As String _
) As Type
用法
Dim fullTypeName As String
Dim returnValue As Type
returnValue = SfcRegistration.TryGetObjectTypeFromFullName(fullTypeName)
public static Type TryGetObjectTypeFromFullName(
string fullTypeName
)
public:
static Type^ TryGetObjectTypeFromFullName(
String^ fullTypeName
)
static member TryGetObjectTypeFromFullName :
fullTypeName:string -> Type
public static function TryGetObjectTypeFromFullName(
fullTypeName : String
) : Type
参数
- fullTypeName
类型:System. . :: . .String
类型的完整名称。
返回值
类型:System. . :: . .Type
来自完全限定类型名称的完全限定 .NET 类型。