次の方法で共有


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

パラメーター

戻り値

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