Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tells this idle processor to perform some work.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub DoWork ( _
syncOption As DatabaseProjectProjectSyncOption _
)
public void DoWork(
DatabaseProjectProjectSyncOption syncOption
)
public:
virtual void DoWork(
DatabaseProjectProjectSyncOption syncOption
) sealed
abstract DoWork :
syncOption:DatabaseProjectProjectSyncOption -> unit
override DoWork :
syncOption:DatabaseProjectProjectSyncOption -> unit
public final 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
Implements
IDatabaseProjectIdleProcessor.DoWork(DatabaseProjectProjectSyncOption)
.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.