ExportView.IsDirty 属性

定义

注意

Always false. Subscription views are automatically regenerated as appropriate when the underlying database objects have changed.

指示基础视图的数据库对象是否已更改。

public:
 property bool IsDirty { bool get(); void set(bool value); };
[System.Obsolete("Always false. Subscription views are automatically regenerated as appropriate when the underlying database objects have changed.")]
[System.Runtime.Serialization.DataMember]
public bool IsDirty { get; set; }
[<System.Obsolete("Always false. Subscription views are automatically regenerated as appropriate when the underlying database objects have changed.")>]
[<System.Runtime.Serialization.DataMember>]
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

属性值

如果基础视图的数据库对象已更改,则为 true;否则为 false

属性

适用于