Database.Alter Method
Include Protected Members
Include Inherited Members
Updates any Database object property changes on an instance of SQL Server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Alter() | Updates any Database object property changes on the instance of SQL Server. | |
Alter(TimeSpan) | Updates any Database object property changes on the instance of SQL Server. | |
Alter(TerminationClause) | Updates any Database object property changes on the instance of SQL Server. |
Top