Свойство 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).