共用方式為


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 屬性> FROM <className> WHERE <條件>” 格式的 SELECT <查詢中的屬性>專案。

屬性值

StringCollection 包含查詢中要選取的屬性名稱。

.NET Framework 安全性

完全信任立即呼叫者。 這個成員無法供部分信任的程式碼使用。 如需詳細資訊,請參閱 使用部分信任程式代碼的連結庫

適用於