ScriptingOptions.NoCommandTerminator Property
SQL Server 2008 R2
Gets or sets the Boolean property value that specifies whether individual Transact-SQL statements are delimited in the generated script.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Property Value
Type: System.BooleanA Boolean value that specifies whether individual Transact-SQL statements are delimited in the generated script.
If True, individual Transact-SQL statements are not delimited in the generated script.
If False (default), individual Transact-SQL statements are delimited by using the connection-specific command terminator.
