Freigeben über


ISql90SoapLanguageSpecifier.IsBatchEnabled-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Stapel aktiviert ist, oder legt den Wert fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsBatchEnabled As Boolean
    Get
    Set
bool IsBatchEnabled { get; set; }
property bool IsBatchEnabled {
    bool get ();
    void set (bool value);
}
abstract IsBatchEnabled : bool with get, set
function get IsBatchEnabled () : boolean
function set IsBatchEnabled (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90SoapLanguageSpecifier Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace