Share via


SfcRegistration.CreateObject メソッド

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

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Shared Function CreateObject ( _
    fullTypeName As String _
) As Object
'使用
Dim fullTypeName As String 
Dim returnValue As Object 

returnValue = SfcRegistration.CreateObject(fullTypeName)
public static Object CreateObject(
    string fullTypeName
)
public:
static Object^ CreateObject(
    String^ fullTypeName
)
static member CreateObject : 
        fullTypeName:string -> Object
public static function CreateObject(
    fullTypeName : String
) : Object

パラメーター

  • fullTypeName
    型: System.String
    Type の完全な名前です。

戻り値

型: System.Object
登録オブジェクトです。

関連項目

参照

SfcRegistration クラス

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