Skip to main content

24 docs tagged with "BimlExpress"

View all tags

8 Practical Biml Tips

Eight practical tips for working with Biml in Visual Studio, including editor settings, directive placement, escaping characters, and learning paths.

BimlExpress Preview Pane

Use the BimlExpress preview pane to see expanded Biml output without writing it to a file, including SQL output produced through code that uses GetDropAndCreateDdl.

C# and VB Code Files in Biml

Move shared C# or VB logic out of Biml files and into external code files using the code directive so the same helpers can drive many projects.

Getting Started with BimlExpress

An introduction to BimlExpress, the free Visual Studio add in for authoring Biml in SSIS projects, including installation, menus, and the code editor.

Include Files in Biml

Use the Biml include directive to copy shared markup from one file into another so common variables, tasks, or fragments live in a single place.

SSIS Project Parameters from Biml

Why BimlExpress and BI Developer Extensions do not generate SSIS project parameters out of the box, and the file safety reasons behind that decision.

VB Option Explicit and Strict in Biml

Use the optionexplicit and optionstrict template attributes to write less verbose Visual Basic BimlScript when full type declarations are not needed.

Why Biml: An Introduction

An introduction to Biml and BimlScript covering what they are, why they exist, the tools that author them, the wider product ecosystem, and where Biml fits beyond SSIS.