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.