Propriedade SqlUserInteractionServices.BatchSeparator

Obtém a palavra-chave é usada para marcar o final de um lote.

Namespace:  Microsoft.Data.Schema.Sql
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

SqlUserInteractionServices Classe

Namespace Microsoft.Data.Schema.Sql