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
    Get
'Kullanım
Dim value As Boolean

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

Property Value

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

Examples

Setting Properties

See Also

Reference

SqlSmoObject Class

Microsoft.SqlServer.Management.Smo Namespace