IntegrationRuntimeSsisProperties interface
SSIS properties for managed integration runtime.
Properties
| catalog |
Catalog information for managed dedicated integration runtime. |
| credential | The credential reference containing authentication information. |
| custom |
Custom setup script properties for a managed dedicated integration runtime. |
| data |
Data proxy properties for a managed dedicated integration runtime. |
| edition | The edition for the SSIS Integration Runtime |
| express |
Custom setup without script properties for a SSIS integration runtime. |
| license |
License type for bringing your own license scenario. |
| package |
Package stores for the SSIS Integration Runtime. |
Property Details
catalogInfo
Catalog information for managed dedicated integration runtime.
catalogInfo?: IntegrationRuntimeSsisCatalogInfo
Property Value
credential
The credential reference containing authentication information.
credential?: CredentialReference
Property Value
customSetupScriptProperties
Custom setup script properties for a managed dedicated integration runtime.
customSetupScriptProperties?: IntegrationRuntimeCustomSetupScriptProperties
Property Value
dataProxyProperties
Data proxy properties for a managed dedicated integration runtime.
dataProxyProperties?: IntegrationRuntimeDataProxyProperties
Property Value
edition
The edition for the SSIS Integration Runtime
edition?: string
Property Value
string
expressCustomSetupProperties
Custom setup without script properties for a SSIS integration runtime.
expressCustomSetupProperties?: CustomSetupBaseUnion[]
Property Value
licenseType
License type for bringing your own license scenario.
licenseType?: string
Property Value
string
packageStores
Package stores for the SSIS Integration Runtime.
packageStores?: PackageStore[]