SfcCollection<T, K, ParentT>.ISfcCollection.GetElementFactory メソッド

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

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

構文

'宣言
Private Function GetElementFactory As SfcObjectFactory 
    Implements ISfcCollection.GetElementFactory
'使用
Dim instance As SfcCollection 
Dim returnValue As SfcObjectFactory 

returnValue = CType(instance, ISfcCollection).GetElementFactory()
SfcObjectFactory ISfcCollection.GetElementFactory()
private:
virtual SfcObjectFactory^ GetElementFactory() sealed = ISfcCollection::GetElementFactory
private abstract GetElementFactory : unit -> SfcObjectFactory  
private override GetElementFactory : unit -> SfcObjectFactory
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

戻り値

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

実装

ISfcCollection.GetElementFactory()

関連項目

参照

SfcCollection<T, K, ParentT> クラス

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