Share via


SfcRegistration.TryGetObjectTypeFromFullName メソッド

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  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

パラメーター

戻り値

型: System.Type
完全修飾型名から取得された完全修飾 .NET 型です。

関連項目

参照

SfcRegistration クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間