Compartir a través de


DacDeployOptions.IgnoreSemicolonBetweenStatements Propiedad

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.

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
Public Property IgnoreSemicolonBetweenStatements As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

DacDeployOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac