CreateObject メソッド
単に情報を示すためだけに特定されます。サポートされていません。将来の互換性は保証されません。
名前空間: 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
登録オブジェクトです。