SqlDataSourceView.IsTrackingViewState 属性

定义

获取一个值,该值指示 SqlDataSourceView 对象是否保存对其视图状态的更改。Gets a value indicating whether the SqlDataSourceView object is saving changes to its view state.

protected:
 property bool IsTrackingViewState { bool get(); };
protected bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected ReadOnly Property IsTrackingViewState As Boolean

属性值

Boolean

如果数据源视图被标记为保存其状态,则为 true;否则为 falsetrue, if the data source view is marked to save its state; otherwise, false.

适用于

另请参阅