Compartir a través de


SqlSchemaAnalyzer.BeginBatch (Método)

Este método controla el procesamiento previo al lote.

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

Sintaxis

'Declaración
Public Overridable Sub BeginBatch ( _
    batch As TSqlBatch _
)
public virtual void BeginBatch(
    TSqlBatch batch
)
public:
virtual void BeginBatch(
    TSqlBatch^ batch
)
abstract BeginBatch : 
        batch:TSqlBatch -> unit 
override BeginBatch : 
        batch:TSqlBatch -> unit 
public function BeginBatch(
    batch : TSqlBatch
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

SqlSchemaAnalyzer Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)