Partilhar via


Propriedade do RDL SqlDeploymentOptions.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.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property IgnoreSemicolonBetweenStatements As Boolean 
    Get
'Uso
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.IgnoreSemicolonBetweenStatements
public bool IgnoreSemicolonBetweenStatements { get; }
public:
property bool IgnoreSemicolonBetweenStatements {
    bool get ();
}
member IgnoreSemicolonBetweenStatements : bool
function get IgnoreSemicolonBetweenStatements () : boolean

Valor da propriedade

Tipo: System.Boolean
True to ignore semi-colons; otherwise, false. Default is true.

Consulte também

Referência

SqlDeploymentOptions Classe

Namespace Microsoft.SqlServer.Dac.Deployment