次の方法で共有


IntegrationRuntimeSsisProperties クラス

定義

マネージド統合ランタイムの SSIS プロパティ。

public class IntegrationRuntimeSsisProperties
type IntegrationRuntimeSsisProperties = class
Public Class IntegrationRuntimeSsisProperties
継承
IntegrationRuntimeSsisProperties

コンストラクター

IntegrationRuntimeSsisProperties()

IntegrationRuntimeSsisProperties クラスの新しいインスタンスを初期化します。

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

IntegrationRuntimeSsisProperties クラスの新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションが逆シリアル化されます

CatalogInfo

マネージド専用統合ランタイムのカタログ情報を取得または設定します。

CustomSetupScriptProperties

マネージド専用統合ランタイムのカスタム セットアップ スクリプト プロパティを取得または設定します。

DataProxyProperties

マネージド専用統合ランタイムのデータ プロキシ プロパティを取得または設定します。

Edition

SSIS Integration Runtimeのエディションを取得または設定します。 使用可能な値は次のとおりです: 'Standard'、'Enterprise'

ExpressCustomSetupProperties

SSIS 統合ランタイムのスクリプト プロパティを使用しないカスタム セットアップを取得または設定します。

LicenseType

独自のライセンス シナリオを持ち込むためのライセンスの種類を取得または設定します。 使用できる値は、'BasePrice'、'LicenseIncluded' です。

メソッド

Validate()

オブジェクトを検証します。

適用対象