ExportView.IsDirty Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the view needs to be re-created due to underlying metadata changes.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public bool IsDirty { get; set; }
public:
[DataMemberAttribute]
property bool IsDirty {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member IsDirty : bool with get, set
<DataMemberAttribute>
Public Property IsDirty As Boolean

Property Value

Type: System.Boolean

true if the view needs to be re-created; otherwise, false.

See Also

ExportView Class
Microsoft.MasterDataServices Namespace

Return to top