IQueryProvider.UpdateItems 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기존 항목을 업데이트하고 각 항목에 대한 요청된 필드를 불러옵니다.
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
상태 업데이트를 처리하는 대상 객체입니다.