SqlUserInteractionServices.BatchSeparator-Eigenschaft

Ruft das Schlüsselwort ab, mit dem das Ende eines Batches markiert wird.

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
    Get
public override string BatchSeparator { get; }
public:
virtual property String^ BatchSeparator {
    String^ get () override;
}
abstract BatchSeparator : string
override BatchSeparator : string
override function get BatchSeparator () : String

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlUserInteractionServices Klasse

Microsoft.Data.Schema.Sql-Namespace