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

IntegrationRuntimeSsisProperties 构造函数

定义

重载

IntegrationRuntimeSsisProperties()

初始化 IntegrationRuntimeSsisProperties 类的新实例。

IntegrationRuntimeSsisProperties(IDictionary<String,Object>, IntegrationRuntimeSsisCatalogInfo, String, IntegrationRuntimeCustomSetupScriptProperties, IntegrationRuntimeDataProxyProperties, String, IList<CustomSetupBase>, IList<PackageStore>, CredentialReference)

初始化 IntegrationRuntimeSsisProperties 类的新实例。

IntegrationRuntimeSsisProperties()

初始化 IntegrationRuntimeSsisProperties 类的新实例。

public IntegrationRuntimeSsisProperties ();
Public Sub New ()

适用于

IntegrationRuntimeSsisProperties(IDictionary<String,Object>, IntegrationRuntimeSsisCatalogInfo, String, IntegrationRuntimeCustomSetupScriptProperties, IntegrationRuntimeDataProxyProperties, String, IList<CustomSetupBase>, IList<PackageStore>, CredentialReference)

初始化 IntegrationRuntimeSsisProperties 类的新实例。

public IntegrationRuntimeSsisProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo catalogInfo = default, string licenseType = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeCustomSetupScriptProperties customSetupScriptProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeDataProxyProperties dataProxyProperties = default, string edition = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase> expressCustomSetupProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PackageStore> packageStores = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisProperties : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo * string * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeCustomSetupScriptProperties * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeDataProxyProperties * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PackageStore> * Microsoft.Azure.Management.DataFactory.Models.CredentialReference -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional catalogInfo As IntegrationRuntimeSsisCatalogInfo = Nothing, Optional licenseType As String = Nothing, Optional customSetupScriptProperties As IntegrationRuntimeCustomSetupScriptProperties = Nothing, Optional dataProxyProperties As IntegrationRuntimeDataProxyProperties = Nothing, Optional edition As String = Nothing, Optional expressCustomSetupProperties As IList(Of CustomSetupBase) = Nothing, Optional packageStores As IList(Of PackageStore) = Nothing, Optional credential As CredentialReference = Nothing)

参数

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

catalogInfo
IntegrationRuntimeSsisCatalogInfo

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

licenseType
String

用于自带许可证方案的许可证类型。 可能的值包括:“BasePrice”、“LicenseIncluded”

customSetupScriptProperties
IntegrationRuntimeCustomSetupScriptProperties

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

dataProxyProperties
IntegrationRuntimeDataProxyProperties

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

edition
String

SSIS Integration Runtime的版本。 可能的值包括:“Standard”、“Enterprise”

expressCustomSetupProperties
IList<CustomSetupBase>

不带脚本属性的 SSIS 集成运行时的自定义安装。

packageStores
IList<PackageStore>

SSIS Integration Runtime的包存储。

credential
CredentialReference

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

适用于