SqlUserInteractionServices.BatchSeparator Property
Gets the keyword that is used to mark the end of a batch.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property BatchSeparator As String
public override string BatchSeparator { get; }
public:
virtual property String^ BatchSeparator {
String^ get () override;
}
abstract BatchSeparator : string
override BatchSeparator : string
override function get BatchSeparator () : String
Property Value
Type: System.String
.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.