IQueryProvider.UpdateItems Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Met à jour les éléments existants et charge les champs demandés pour chaque élément.
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)
Paramètres
- existingItems
- IDictionary<String,INavigableItem>
Éléments existants hachés par URN (Uniform Resource Name).
- buildSet
- INavigableItemBuildSet
Jeu de builds existant qui définit la requête et la liste de colonnes existantes.
- source
- INodeInformation
Élément parent qui fournit un contexte et des services.
- requestedFields
- String[]
Chaîne qui représente les champs qui doivent être chargés.
- updateState
- IUpdateState
Objet cible qui gère les mises à jour d'état.