IExplorerDetailsView.Update(IExplorerViewItem[]) 方法

定義

會對給定項目進行更新。

public:
 void Update(cli::array <Microsoft::SqlServer::Management::Explorer::IExplorerViewItem ^> ^ items);
public void Update(Microsoft.SqlServer.Management.Explorer.IExplorerViewItem[] items);
abstract member Update : Microsoft.SqlServer.Management.Explorer.IExplorerViewItem[] -> unit
Public Sub Update (items As IExplorerViewItem())

參數

items
IExplorerViewItem[]

需要更新的項目。

適用於