Aracılığıyla paylaş


SqlSmoObject.IsTouched Property

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
Protected ReadOnly Property IsTouched As Boolean
protected bool IsTouched { get; }
protected:
property bool IsTouched {
    bool get ();
}
/** @property */
protected boolean get_IsTouched ()
protected function get IsTouched () : boolean

Property Value

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.