• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum DdlBuildMode

Namespace:
Varigence.Languages.Biml.Platform
Assembly:
Biml.dll
C#
    [Flags]
public enum DdlBuildMode
    
  

Fields

MultipleSqlFiles

Specifies that the DDL for the relational objects in the project should be emitted as multiple T-SQL files.

None

Specifies that no DDL for the relational objects in the project should be emitted.

SingleSqlFile

Specifies that the DDL for the relational objects in the project should be emitted as a single T-SQL file.

SsisPackages

Specifies that the DDL for the relational objects in the project should be emitted within SSIS Execute SQL tasks.

© Varigence