IntegrationRuntimeSsisProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SSIS properties for managed integration runtime.
public class IntegrationRuntimeSsisProperties
type IntegrationRuntimeSsisProperties = class
Public Class IntegrationRuntimeSsisProperties
- Inheritance
-
IntegrationRuntimeSsisProperties
Constructors
IntegrationRuntimeSsisProperties() |
Initializes a new instance of the IntegrationRuntimeSsisProperties class. |
IntegrationRuntimeSsisProperties(IDictionary<String,Object>, IntegrationRuntimeSsisCatalogInfo, String, IntegrationRuntimeCustomSetupScriptProperties, IntegrationRuntimeDataProxyProperties, String, IList<CustomSetupBase>) |
Initializes a new instance of the IntegrationRuntimeSsisProperties class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
CatalogInfo |
Gets or sets catalog information for managed dedicated integration runtime. |
CustomSetupScriptProperties |
Gets or sets custom setup script properties for a managed dedicated integration runtime. |
DataProxyProperties |
Gets or sets data proxy properties for a managed dedicated integration runtime. |
Edition |
Gets or sets the edition for the SSIS Integration Runtime. Possible values include: 'Standard', 'Enterprise' |
ExpressCustomSetupProperties |
Gets or sets custom setup without script properties for a SSIS integration runtime. |
LicenseType |
Gets or sets license type for bringing your own license scenario. Possible values include: 'BasePrice', 'LicenseIncluded' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET