共用方式為


DataManipulator.FilterSetEmptyPoints 屬性

定義

取得或設定旗標,這個旗標會指出將移除 FilterFilterTopN 方法所篩選的資料點,還是將其標記為空的。

public:
 property bool FilterSetEmptyPoints { bool get(); void set(bool value); };
public bool FilterSetEmptyPoints { get; set; }
member this.FilterSetEmptyPoints : bool with get, set
Public Property FilterSetEmptyPoints As Boolean

屬性值

Boolean

如果篩選的資料點要標記為空資料點則為 true,如果篩選的資料點要移除則為 false。 預設值是 false

適用於