Compartir a través de


ExportView.IsDirty Propiedad

Definición

Precaución

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

Indica si se han cambiado los objetos de base de datos de la vista subyacente.

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

Valor de propiedad

true si los objetos de base de datos de la vista subyacente han cambiado; de lo contrario, false.

Atributos

Se aplica a