Share via


SqlPlanGenerationOptions.CommentOutSetVarDeclarations Property

Gets or sets whether to comment out setvar declarations.

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

Syntax

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

value = instance.CommentOutSetVarDeclarations

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