共用方式為


SfcProperty.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

請參閱

參考

SfcProperty 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間