IDatabaseProjectIdleProcessor.DoWork, méthode
Indique au processeur inactif d'effectuer un travail.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Sub DoWork ( _
syncOption As DatabaseProjectProjectSyncOption _
)
void DoWork(
DatabaseProjectProjectSyncOption syncOption
)
void DoWork(
DatabaseProjectProjectSyncOption syncOption
)
abstract DoWork :
syncOption:DatabaseProjectProjectSyncOption -> unit
function DoWork(
syncOption : DatabaseProjectProjectSyncOption
)
Paramètres
- syncOption
Type : Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectProjectSyncOption
Type du travail à effectuer : ProjectSyncOption.Partial = identique à un appel OnIdle ; ProjectSyncOption.Complete = traite jusqu'à ce que plus aucun travail ne soit nécessaire ; ProjectSyncOption.ResetCaches = désactivent et actualiser toutes les données en mémoire cache ; ProjectSyncOption.CompleteResetCaches = semblable à l'union de ProjectSyncOption.Complete et de ProjectSyncOption.ResetCaches.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IDatabaseProjectIdleProcessor Interface
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms