SfcInstance<K, T>.GetObjectFactory 方法
Gets the object factory to create and populate a new instance of the SfcInstance<K, T> class.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Shared Function GetObjectFactory As SfcObjectFactory
'用途
Dim returnValue As SfcObjectFactory
returnValue = SfcInstance.GetObjectFactory()
public static SfcObjectFactory GetObjectFactory()
public:
static SfcObjectFactory^ GetObjectFactory()
static member GetObjectFactory : unit -> SfcObjectFactory
public static function GetObjectFactory() : SfcObjectFactory
傳回值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory
The object factory.