次の方法で共有


SfcCollection<T, K, ParentT>.IListSource.GetList メソッド

IList インターフェイスを実装しないオブジェクトからデータ ソースにバインドできる IList オブジェクトを返します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Private Function GetList As IList 
    Implements IListSource.GetList
'使用
Dim instance As SfcCollection 
Dim returnValue As IList 

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

戻り値

型: System.Collections.IList
IList オブジェクトです。

実装

IListSource.GetList()

関連項目

参照

SfcCollection<T, K, ParentT> クラス

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