オブジェクト ストアから取得される指定した制限、プロパティおよびパラメーターでフィルター処理されたデータ オブジェクトのデータ リーダーを返します。
名前空間: Microsoft.VisualStudio.Data.Framework
アセンブリ: Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)
構文
'宣言
Protected MustOverride Function SelectObjects ( _
typeName As String, _
restrictions As Object(), _
properties As String(), _
parameters As Object() _
) As IVsDataReader
protected abstract IVsDataReader SelectObjects(
string typeName,
Object[] restrictions,
string[] properties,
Object[] parameters
)
protected:
virtual IVsDataReader^ SelectObjects(
String^ typeName,
array<Object^>^ restrictions,
array<String^>^ properties,
array<Object^>^ parameters
) abstract
abstract SelectObjects :
typeName:string *
restrictions:Object[] *
properties:string[] *
parameters:Object[] -> IVsDataReader
protected abstract function SelectObjects(
typeName : String,
restrictions : Object[],
properties : String[],
parameters : Object[]
) : IVsDataReader
パラメーター
- typeName
型 : System.String
データ オブジェクトを取得する指定された型のデータ ソース固有の名前。
- restrictions
型 : array<System.Object[]
データ オブジェクトをフィルター処理するための制限が返されました。
- properties
型 : array<System.String[]
これは使用しません。nullnull 参照 (Visual Basic では Nothing) を指定します。
- parameters
型 : array<System.Object[]
指定した型のパラメーターを含む配列。
戻り値
型 : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
選択したデータ オブジェクトのデータ リーダーを表す IVsDataReader のオブジェクト。
解説
継承時の注意
派生クラスはこの抽象メソッドを実装する必要があります。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。