共用方式為


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

參數

傳回值

型別:System.Object
The registration object.

請參閱

參考

SfcRegistration 類別

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