你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationRuntimeSsisProperties interface

托管集成运行时的 SSIS 属性。

属性

catalogInfo

托管专用集成运行时的目录信息。

credential

包含身份验证信息的凭据引用。

customSetupScriptProperties

托管专用集成运行时的自定义设置脚本属性。

dataProxyProperties

托管专用集成运行时的数据代理属性。

edition

SSIS Integration Runtime 的版本

expressCustomSetupProperties

没有 SSIS 集成运行时的脚本属性的自定义设置。

licenseType

用于自带许可证方案的许可证类型。

packageStores

SSIS Integration Runtime 的包存储。

属性详细信息

catalogInfo

托管专用集成运行时的目录信息。

catalogInfo?: IntegrationRuntimeSsisCatalogInfo

属性值

credential

包含身份验证信息的凭据引用。

credential?: CredentialReference

属性值

customSetupScriptProperties

托管专用集成运行时的自定义设置脚本属性。

customSetupScriptProperties?: IntegrationRuntimeCustomSetupScriptProperties

属性值

dataProxyProperties

托管专用集成运行时的数据代理属性。

dataProxyProperties?: IntegrationRuntimeDataProxyProperties

属性值

edition

SSIS Integration Runtime 的版本

edition?: string

属性值

string

expressCustomSetupProperties

没有 SSIS 集成运行时的脚本属性的自定义设置。

expressCustomSetupProperties?: CustomSetupBaseUnion[]

属性值

licenseType

用于自带许可证方案的许可证类型。

licenseType?: string

属性值

string

packageStores

SSIS Integration Runtime 的包存储。

packageStores?: PackageStore[]

属性值