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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.