Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the flags that indicate which changes are pending for the database column.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Overridable Property Changes As ColumnChanges
'Usage
Dim instance As Column
Dim value As ColumnChanges
value = instance.Changes
instance.Changes = value
public virtual ColumnChanges Changes { get; set; }
public:
virtual property ColumnChanges Changes {
ColumnChanges get ();
void set (ColumnChanges value);
}
function get Changes () : ColumnChanges
function set Changes (value : ColumnChanges)
Property Value
Type: Microsoft.Web.Management.DatabaseManager.ColumnChanges
The ColumnChanges flags for the database column.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.