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