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(Uniform Resource Name)으로 해시된 기존 항목입니다.

buildSet
INavigableItemBuildSet

쿼리와 기존 열의 목록을 정의하는 기존 작성 집합입니다.

source
INodeInformation

컨텍스트와 서비스를 제공하는 부모 항목입니다.

requestedFields
String[]

로드해야 하는 필드를 나타내는 문자열입니다.

updateState
IUpdateState

상태 업데이트를 처리하는 대상 개체입니다.

적용 대상