SelectQuery.SelectedProperties プロパティ

定義

クエリで選択するプロパティ名の配列を取得または設定します。

public:
 property System::Collections::Specialized::StringCollection ^ SelectedProperties { System::Collections::Specialized::StringCollection ^ get(); void set(System::Collections::Specialized::StringCollection ^ value); };
public System.Collections.Specialized.StringCollection SelectedProperties { get; set; }
member this.SelectedProperties : System.Collections.Specialized.StringCollection with get, set
Public Property SelectedProperties As StringCollection

プロパティ値

クエリで選択するプロパティの名前を含む StringCollection を返します。

注釈

このプロパティ値を設定すると、オブジェクトに格納されている以前の値がオーバーライドされます。 クエリ文字列は、新しいプロパティを反映するように再構築されます。

SelectedProperties プロパティの値は、"SELECT <property> FROM <className> WHERE <condition>" という形式の SELECT クエリの <property> アイテムを置き換えます。

プロパティ値

クエリで選択するプロパティの名前を含む StringCollection

.NET Framework のセキュリティ

直接呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されたコードでは使用できません。 詳細については、「 部分信頼コードからのライブラリの使用」を参照してください。

適用対象