Share via


SqlPlanGenerationOptions.BlockOnPossibleDataLoss Property

Gets whether to block action on possible data loss.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property BlockOnPossibleDataLoss As Boolean
    Get
    Friend Set
'Usage
Dim instance As SqlPlanGenerationOptions
Dim value As Boolean

value = instance.BlockOnPossibleDataLoss
public bool BlockOnPossibleDataLoss { get; internal set; }
public:
property bool BlockOnPossibleDataLoss {
    bool get ();
    internal: void set (bool value);
}
function get BlockOnPossibleDataLoss () : boolean
internal function set BlockOnPossibleDataLoss (value : boolean)
member BlockOnPossibleDataLoss : bool with get, internal set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace