Share via


SqlPlanGenerationOptions.IgnoreComments Property

Gets whether to ignore comments.

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

Syntax

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

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