SqlModelComparerConfiguration.IgnoreSemicolonBetweenStatements Property
Gets or sets whether to ignore a semicolon between statements inside the body script.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property IgnoreSemicolonBetweenStatements As Boolean
Get
Set
'Usage
Dim instance As SqlModelComparerConfiguration
Dim value As Boolean
value = instance.IgnoreSemicolonBetweenStatements
instance.IgnoreSemicolonBetweenStatements = value
public bool IgnoreSemicolonBetweenStatements { get; set; }
public:
property bool IgnoreSemicolonBetweenStatements {
bool get ();
void set (bool value);
}
function get IgnoreSemicolonBetweenStatements () : boolean
function set IgnoreSemicolonBetweenStatements (value : boolean)
member IgnoreSemicolonBetweenStatements : bool with get, set
Property Value
Type: System.Boolean
.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.
See Also
Reference
SqlModelComparerConfiguration Class