UserInteractionServices.BatchSeparator Property

Gets a string to insert between each batch of script.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property BatchSeparator As String
public virtual string BatchSeparator { get; }
public:
virtual property String^ BatchSeparator {
    String^ get ();
}
abstract BatchSeparator : string
override BatchSeparator : string
function get BatchSeparator () : String

Property Value

Type: System.String
The batch separator. The default is @"\\r\\n\\r\\n\\r\\n".

.NET Framework Security

See Also

Reference

UserInteractionServices Class

Microsoft.Data.Schema Namespace