DatabaseProjectBuildActionDefinition.ExportWithPartialProjects Property
Gets or sets a value that indicates, when partial projects are exported, whether task items of this kind are exported or skipped.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property ExportWithPartialProjects As Boolean
public bool ExportWithPartialProjects { get; set; }
public:
property bool ExportWithPartialProjects {
bool get ();
void set (bool value);
}
member ExportWithPartialProjects : bool with get, set
function get ExportWithPartialProjects () : boolean
function set ExportWithPartialProjects (value : boolean)
Property Value
Type: System.Boolean
Remarks
For example, SQL Server projects do not export the pre-deployment or post-deployment scripts.
.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
DatabaseProjectBuildActionDefinition Structure
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace