共用方式為


ConfigurationBase.Alter 方法

Updates the Configuration object property changes on the instance of SQL Server. 

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub Alter
'用途
Dim instance As ConfigurationBase

instance.Alter()
public void Alter()
public:
void Alter()
member Alter : unit -> unit
public function Alter()

備註

The Alter method updates any changes that have been made to the Configuration object properties since the Column object 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.

範例

在 SMO 中設定 SQL Server

請參閱

參考

ConfigurationBase 類別

Alter 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

伺服器組態選項

sp_configure (Transact-SQL)