Właściwość SoapPayload.IsSqlBatchesEnabled
Pobiera lub ustawia Boolean właściwość, która określa, czy dozwolone są ad-hoc kwerend za pomocą sqlbatch metoda.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsSqlBatchesEnabled As Boolean
Get
Set
'Użycie
Dim instance As SoapPayload
Dim value As Boolean
value = instance.IsSqlBatchesEnabled
instance.IsSqlBatchesEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsSqlBatchesEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsSqlBatchesEnabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsSqlBatchesEnabled : bool with get, set
function get IsSqlBatchesEnabled () : boolean
function set IsSqlBatchesEnabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość określająca, czy dozwolone są ad-hoc kwerend za pomocą sqlbatch metoda.
Jeśli True, ad hoc kwerend są dozwolone przy użyciu sqlbatch metoda.
Jeśli False (domyślnie), kwerend ad hoc nie są dozwolone.