DataManipulator.FilterMatchedPoints 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會在資料點符合此類別之 Filter
方法中的引數所指定的準則時,決定是否要篩選它們。
public:
property bool FilterMatchedPoints { bool get(); void set(bool value); };
public bool FilterMatchedPoints { get; set; }
member this.FilterMatchedPoints : bool with get, set
Public Property FilterMatchedPoints As Boolean
屬性值
如果要篩選符合指定之準則的資料點,則為 true
,否則為 false
,表示篩選不符合準則的資料點。 預設值是 true
。