Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method handles processing that occurs before data definition language (DDL) statements are processed.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable Sub BeginDdlStatement ( _
fragment As TSqlFragment _
)
public virtual void BeginDdlStatement(
TSqlFragment fragment
)
public:
virtual void BeginDdlStatement(
TSqlFragment^ fragment
)
abstract BeginDdlStatement :
fragment:TSqlFragment -> unit
override BeginDdlStatement :
fragment:TSqlFragment -> unit
public function BeginDdlStatement(
fragment : TSqlFragment
)
Parameters
- fragment
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Node that will be 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.