SqlPlanGenerationOptions.IgnoreExtendedProperties Property

Gets or sets whether to ignore SQL extended properties.

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

Syntax

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

value = instance.IgnoreExtendedProperties

instance.IgnoreExtendedProperties = value
public bool IgnoreExtendedProperties { get; set; }
public:
property bool IgnoreExtendedProperties {
    bool get ();
    void set (bool value);
}
function get IgnoreExtendedProperties () : boolean
function set IgnoreExtendedProperties (value : boolean)
member IgnoreExtendedProperties : 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