| title | SSIS Features |
|---|---|
| layout | page |
| component | ssis |
The following are all the features that are applicable to Integeration Services (SSIS) projects
{% assign sorted_features = site.features | sort: 'title' %}
{% for feature in sorted_features %}{% if feature.component contains page.component %} - {{ feature.title }}{% endif %} {% endfor %}