ScriptingOptions.ScriptBatchTerminator Property
Gets or sets the ScriptBatchTerminator property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Property ScriptBatchTerminator As Boolean
public bool ScriptBatchTerminator { get; set; }
public:
property bool ScriptBatchTerminator {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ScriptBatchTerminator ()
/** @property */
public void set_ScriptBatchTerminator (boolean value)
public function get ScriptBatchTerminator () : boolean
public function set ScriptBatchTerminator (value : boolean)
Property Value
A Boolean that indicates whether a batch terminator is scripted or not. If True, the batch terminator is scripted. Otherwise it is not.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.