共用方式為


IntegrationRuntimeSsisProperties Class

Definition

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>, IList<PackageStore>, CredentialReference)

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.

Credential

Gets or sets the credential reference containing authentication information.

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'

PackageStores

Gets or sets package stores for the SSIS Integration Runtime.

Methods

Validate()

Validate the object.

Applies to