SfcProperty.Dirty Property

 

Applies To: SQL Server 2016 Preview

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

public bool Dirty { get; internal set; }
public:
property bool Dirty {
    virtual bool get() sealed;
    internal: virtual void set(bool value) sealed;
}
abstract Dirty : bool with get, internal set
override Dirty : bool with get, internal set
Public Property Dirty As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

true if the property page contains a dirty flag; otherwise, false.

Implements

ISfcProperty.Dirty

See Also

SfcProperty Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top