IntegrationRuntimeSsisProperties interface
托管集成运行时的 SSIS 属性。
属性
| catalog |
托管专用集成运行时的目录信息。 |
| custom |
托管专用集成运行时的自定义设置脚本属性。 |
| data |
托管专用集成运行时的数据代理属性。 |
| edition | SSIS Integration Runtime 的版本 |
| express |
没有 SSIS 集成运行时的脚本属性的自定义设置。 |
| license |
用于自带许可证方案的许可证类型。 |
属性详细信息
catalogInfo
托管专用集成运行时的目录信息。
catalogInfo?: IntegrationRuntimeSsisCatalogInfo
属性值
customSetupScriptProperties
托管专用集成运行时的自定义设置脚本属性。
customSetupScriptProperties?: IntegrationRuntimeCustomSetupScriptProperties
属性值
dataProxyProperties
托管专用集成运行时的数据代理属性。
dataProxyProperties?: IntegrationRuntimeDataProxyProperties
属性值
edition
SSIS Integration Runtime 的版本
edition?: string
属性值
string
expressCustomSetupProperties
没有 SSIS 集成运行时的脚本属性的自定义设置。
expressCustomSetupProperties?: CustomSetupBaseUnion[]
属性值
licenseType
用于自带许可证方案的许可证类型。
licenseType?: string
属性值
string