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