共用方式為


SqlSmoObject.IsTouched 屬性

Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Protected ReadOnly Property IsTouched As Boolean 
    Get
'用途
Dim value As Boolean 

value = Me.IsTouched
protected bool IsTouched { get; }
protected:
property bool IsTouched {
    bool get ();
}
member IsTouched : bool
function get IsTouched () : boolean

屬性值

型別:System.Boolean
A Boolean value that specifies whether the object properties have been updated.If True, the properties have been updated. Otherwise, False (default).

範例

設定屬性

請參閱

參考

SqlSmoObject 類別

Microsoft.SqlServer.Management.Smo 命名空間