ColumnHashSetFilter.Excluded 属性

定义

获取筛选器排除的字符串列表。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ Excluded { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> Excluded { get; }
member this.Excluded : seq<string>
Public ReadOnly Property Excluded As IEnumerable(Of String)

属性值

IEnumerable<String>

筛选器排除的字符串列表。

适用于