Dirty 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Property Dirty As Boolean
    Get
    Friend Set
用法
Dim instance As SfcProperty
Dim value As Boolean

value = instance.Dirty
public bool Dirty { get; internal set; }
public:
virtual property bool Dirty {
    bool get () sealed;
    internal: void set (bool value) sealed;
}
abstract Dirty : bool with get, internal set
override Dirty : bool with get, internal set
final function get Dirty () : boolean
internal final function set Dirty (value : boolean)

属性值

类型:System. . :: . .Boolean
true if the property page contains a dirty flag; otherwise, false.

实现

ISfcProperty. . :: . .Dirty