Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or set boolean that specifies whether to exclude the existence or absence of semi-colons from consideration when comparing the source and target model.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property IgnoreSemicolonBetweenStatements As Boolean
Get
Set
'Usage
Dim instance As DacDeployOptions
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);
}
member IgnoreSemicolonBetweenStatements : bool with get, set
function get IgnoreSemicolonBetweenStatements () : boolean
function set IgnoreSemicolonBetweenStatements (value : boolean)
Property Value
Type: System.Boolean
True to ignore semi-colons; otherwise, false. Default is true.