SqlSchemaAnalyzer.EndDdlStatement Method
This method handles post-DDL statement processing.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable Sub EndDdlStatement ( _
fragment As TSqlFragment _
)
public virtual void EndDdlStatement(
TSqlFragment fragment
)
public:
virtual void EndDdlStatement(
TSqlFragment^ fragment
)
abstract EndDdlStatement :
fragment:TSqlFragment -> unit
override EndDdlStatement :
fragment:TSqlFragment -> unit
public function EndDdlStatement(
fragment : TSqlFragment
)
Parameters
- fragment
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Node that was processed.
.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.