IDatabaseProjectIdleProcessor.DoWork Method
Tells this idle processor to perform some work.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub DoWork ( _
syncOption As DatabaseProjectProjectSyncOption _
)
void DoWork(
DatabaseProjectProjectSyncOption syncOption
)
void DoWork(
DatabaseProjectProjectSyncOption syncOption
)
abstract DoWork :
syncOption:DatabaseProjectProjectSyncOption -> unit
function DoWork(
syncOption : DatabaseProjectProjectSyncOption
)
Parameters
- syncOption
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectProjectSyncOption
The type of work to be performed: ProjectSyncOption.Partial = identical to one OnIdle call; ProjectSyncOption.Complete = process until no more work is necessary; ProjectSyncOption.ResetCaches = clear out and rebuild any cached data; ProjectSyncOption.CompleteResetCaches = same as the union of ProjectSyncOption.Complete and ProjectSyncOption.ResetCaches.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectIdleProcessor Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace