ISql90DatabaseOptions.IsForcingServiceAllowDataLoss Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsForcingServiceAllowDataLoss As Boolean
'Usage
Dim instance As ISql90DatabaseOptions
Dim value As Boolean
value = instance.IsForcingServiceAllowDataLoss
instance.IsForcingServiceAllowDataLoss = value
bool IsForcingServiceAllowDataLoss { get; set; }
property bool IsForcingServiceAllowDataLoss {
bool get ();
void set (bool value);
}
function get IsForcingServiceAllowDataLoss () : boolean
function set IsForcingServiceAllowDataLoss (value : boolean)
Property Value
Type: System.Boolean