Propriété DacDeployOptions.IgnoreSemicolonBetweenStatements
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.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public Property IgnoreSemicolonBetweenStatements As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
True to ignore semi-colons; otherwise, false. Default is true.