SqlScriptGeneratorOptions.IncludeSemicolons Property
Gets or sets a Boolean indicating whether a semicolon should be included after each statement.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IncludeSemicolons As Boolean
public bool IncludeSemicolons { get; set; }
public:
property bool IncludeSemicolons {
bool get ();
void set (bool value);
}
member IncludeSemicolons : bool with get, set
function get IncludeSemicolons () : boolean
function set IncludeSemicolons (value : boolean)
Property Value
Type: System.Boolean
Returns true if a semicolon should be included after each statement, false otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.