UserInteractionServices.BatchSeparator, propriété
Obtient une chaîne à insérer entre chaque lot de script.
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
Valeur de propriété
Type : System.String
Séparateur de lot.La valeur par défaut est @"\\r\\n\\r\\n\\r\\n".
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.