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[]

要更新的项。

适用于