DatabaseTaskHost.OnProcessFileListPriorToBatchLoadOrUpdate-Methode
Ermöglicht es Implementierungen von Datenbankschemaanbietern, die Dateiliste zu verarbeiten, bevor sie in das Modell eingefügt wird.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnProcessFileListPriorToBatchLoadOrUpdate ( _
allFiles As IList(Of ITaskItem) _
)
protected virtual void OnProcessFileListPriorToBatchLoadOrUpdate(
IList<ITaskItem> allFiles
)
protected:
virtual void OnProcessFileListPriorToBatchLoadOrUpdate(
IList<ITaskItem^>^ allFiles
)
abstract OnProcessFileListPriorToBatchLoadOrUpdate :
allFiles:IList<ITaskItem> -> unit
override OnProcessFileListPriorToBatchLoadOrUpdate :
allFiles:IList<ITaskItem> -> unit
protected function OnProcessFileListPriorToBatchLoadOrUpdate(
allFiles : IList<ITaskItem>
)
Parameter
- allFiles
Typ: System.Collections.Generic.IList<ITaskItem>
Die Dateiliste.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.