SqlPlanGenerationOptions.UnmodifiableObjectWarnings Property

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

Syntax

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

value = instance.UnmodifiableObjectWarnings

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace