SqlSchemaAnalyzer.EndBatch Method
This method handles post-batch processing.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable Sub EndBatch ( _
batch As TSqlBatch _
)
public virtual void EndBatch(
TSqlBatch batch
)
public:
virtual void EndBatch(
TSqlBatch^ batch
)
abstract EndBatch :
batch:TSqlBatch -> unit
override EndBatch :
batch:TSqlBatch -> unit
public function EndBatch(
batch : TSqlBatch
)
Parameters
- batch
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlBatch
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.