TableInfo.HasChanges Property

Gets or sets a value that indicates whether the table information has changes.

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public Property HasChanges As Boolean
'Usage
Dim instance As TableInfo
Dim value As Boolean

value = instance.HasChanges

instance.HasChanges = value
public bool HasChanges { get; set; }
public:
property bool HasChanges {
    bool get ();
    void set (bool value);
}
function get HasChanges () : boolean
function set HasChanges (value : boolean)

Property Value

Type: System.Boolean
true if the table information is marked as having changes; otherwise, false.

Permissions

See Also

Reference

TableInfo Class

Microsoft.Web.Management.DatabaseManager Namespace