DatabaseOptions.Alter 方法

包括受保护的成员
包括继承的成员

Updates any DatabaseOptions object property changes on the instance of SQL Server.

此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。

重载列表

  名称 说明
公共方法 Alter() Updates any DatabaseOptions object property changes on the instance of SQL Server.
公共方法 Alter(TimeSpan) Updates any DatabaseOptions object property changes on the instance of Microsoft SQL Server.
公共方法 Alter(TerminationClause) Updates any DatabaseOptions object property changes on the instance of SQL Server.

页首

注释

The Alter method updates any changes that have been made to the DatabaseOptions object's properties since the DatabaseOptions object was created or since the last Alter statement. The modifications are combined and sent to the instance of SQL Server in a single network trip to the instance of SQL Server.

示例

设置属性

请参阅

参考

DatabaseOptions 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

数据库选项