AgnosticProjectProperties.Project Class
This class and its members are reserved for internal use and are not intended to be used in your code. Provides the static project properties that are used by the user interface of Visual Studio, that are part of the AgnosticProjectProperties class. These properties are not dependent on any specific DatabaseSchemaProvider.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Build.AgnosticProjectProperties.Project
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public NotInheritable Class Project
public static class Project
public ref class Project abstract sealed
[<AbstractClass>]
[<Sealed>]
type Project = class end
public final class Project
The AgnosticProjectProperties.Project type exposes the following members.
Fields
Name | Description | |
---|---|---|
CatalogPropertiesFile | Contains "CatalogPropertiesFile". | |
DeployScriptFileName | Contains "DeployScriptFileName". | |
DeployToDatabase | Contains "DeployToDatabase". | |
DeployToDatabaseAddToServerExplorer | Contains "DeployToDatabaseAddToServerExplorer". | |
DeployToScript | Contains "DeployToScript". | |
DSP | Contains "DSP". | |
FinalDeployScriptFile | Contains "FinalDeployScriptFile". | |
FinalTargetConnectionString | Contains "FinalTargetConnectionString". | |
FinalTargetDatabase | Contains "FinalTargetDatabase". | |
ModelCollation | Contains "ModelCollation". | |
OutputPath | Contains "OutputPath". | |
PostUpgradeAddToSCC | Contains "PostUpgradeAddToSCC". | |
PreviousProjectVersion | Contains "PreviousProjectVersion". | |
ProjectVersion | Contains "ProjectVersion". | |
RemoveEmptyPartialProjectFolders | ||
ServerPropertiesFile | Contains "ServerPropertiesFile". | |
SuppressWarnings | Contains "SuppressWarnings". | |
TargetConnectionString | ||
TargetDatabase | Contains "TargetDatabase". | |
TargetExt | Contains "TargetExt". | |
TreatWarningsAsErrors | Contains "TreatWarningsAsErrors". |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.