ISfcCollection.GetElementFactory メソッド

コレクションのオブジェクトのインスタンス作成に使用されるファクトリを取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Function GetElementFactory As SfcObjectFactory
'使用
Dim instance As ISfcCollection 
Dim returnValue As SfcObjectFactory 

returnValue = instance.GetElementFactory()
SfcObjectFactory GetElementFactory()
SfcObjectFactory^ GetElementFactory()
abstract GetElementFactory : unit -> SfcObjectFactory
function GetElementFactory() : SfcObjectFactory

戻り値

型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory
オブジェクトのインスタンス作成に使用される SfcObjectFactory オブジェクトです。

関連項目

参照

ISfcCollection インターフェイス

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