Partager via


SqlSchemaAnalyzer.BeginBatch, méthode

Cette méthode gère ce qui précède le traitement par lots.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

SqlSchemaAnalyzer Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms