IQueryProvider.UpdateItems Method

Definition

Updates existing items and loads the requested fields for each item.

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)

Parameters

existingItems
IDictionary<String,INavigableItem>

Existing items hashed by Uniform Resource Name (URN).

buildSet
INavigableItemBuildSet

Existing build set that defines the query and list of existing columns.

source
INodeInformation

Parent item that provides context and services.

requestedFields
String[]

A string that represents the fields that need to be loaded.

updateState
IUpdateState

Target object that handles state updates.

Applies to