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 查询>中“SELECT <property FROM <className> WHERE <condition>”形式的属性>项。

属性值

一个 StringCollection ,包含查询中要选择的属性的名称。

.NET Framework 安全性

对直接调用方的完全信任。 此成员不能由部分信任的代码使用。 有关详细信息,请参阅 使用部分受信任的代码中的库

适用于