ExtenderBlockIncrementalDeploymentIfDataLoss Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ExtenderBlockIncrementalDeploymentIfDataLoss As Boolean
Get
Set
'Usage
Dim instance As DatabaseProjectNodeExtender
Dim value As Boolean
value = instance.ExtenderBlockIncrementalDeploymentIfDataLoss
instance.ExtenderBlockIncrementalDeploymentIfDataLoss = value
[BrowsableAttribute(false)]
public bool ExtenderBlockIncrementalDeploymentIfDataLoss { get; set; }
[BrowsableAttribute(false)]
public:
property bool ExtenderBlockIncrementalDeploymentIfDataLoss {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
member ExtenderBlockIncrementalDeploymentIfDataLoss : bool with get, set
function get ExtenderBlockIncrementalDeploymentIfDataLoss () : boolean
function set ExtenderBlockIncrementalDeploymentIfDataLoss (value : boolean)
Property Value
Type: System..::..Boolean