Compartir a través de


UserInteractionServices.BatchSeparator (Propiedad)

Obtiene una cadena que se va a insertar entre cada lote de script.

Espacio de nombres:  Microsoft.Data.Schema
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.String
Separador de lotes.El tipo predeterminado es @"\\r\\n\\r\\n\\r\\n".

Seguridad de .NET Framework

Vea también

Referencia

UserInteractionServices Clase

Microsoft.Data.Schema (Espacio de nombres)