IQueryProvider.UpdateItems 方法

定義

更新現有項目並載入每個項目的請求欄位。

public:
 void UpdateItems(System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItem ^> ^ existingItems, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItemBuildSet ^ buildSet, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source, cli::array <System::String ^> ^ requestedFields, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IUpdateState ^ updateState);
public void UpdateItems(System.Collections.Generic.IDictionary<string,Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> existingItems, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItemBuildSet buildSet, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source, string[] requestedFields, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUpdateState updateState);
abstract member UpdateItems : System.Collections.Generic.IDictionary<string, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItemBuildSet * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * string[] * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUpdateState -> unit
Public Sub UpdateItems (existingItems As IDictionary(Of String, INavigableItem), buildSet As INavigableItemBuildSet, source As INodeInformation, requestedFields As String(), updateState As IUpdateState)

參數

existingItems
IDictionary<String,INavigableItem>

現有項目由統一資源名稱(URN)雜湊。

buildSet
INavigableItemBuildSet

定義查詢與現有欄位清單的現有建置集。

source
INodeInformation

提供背景與服務的父項目。

requestedFields
String[]

一個代表需要載入欄位的字串。

updateState
IUpdateState

處理狀態更新的目標物件。

適用於