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.
This option provides guidance about how the project system synchronizes.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Enumeration DatabaseProjectProjectSyncOption
[CLSCompliantAttribute(false)]
public enum DatabaseProjectProjectSyncOption
[CLSCompliantAttribute(false)]
public enum class DatabaseProjectProjectSyncOption
[<CLSCompliantAttribute(false)>]
type DatabaseProjectProjectSyncOption
public enum DatabaseProjectProjectSyncOption
Members
Member name | Description | |
---|---|---|
Partial | Performs a partial synchronization. | |
Complete | Performs a complete synchronization, but does not reset any caches (such as the file system SHA-1 cache). | |
ResetCaches | Empties and rebuilds any caches. | |
CompleteResetCaches | Rebuilds any caches and performs a complete synchronization (this is a combination of ResetCaches and Complete). |
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace