Skip to content

Files

Latest commit

8e6a754 · Sep 20, 2017

History

History
12 lines (9 loc) · 372 Bytes

features-ssis.md

File metadata and controls

12 lines (9 loc) · 372 Bytes
title layout component
SSIS Features
page
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 %}