ISql90SoapLanguageSpecifier.IsBatchEnabled (Propiedad)
Obtiene o establece un valor que indica si el lote está habilitado.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
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)
Valor de propiedad
Tipo: System.Boolean
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.