次の方法で共有


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

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

プロパティ

AdditionalProperties

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

CatalogInfo

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

Credential

認証情報を含む資格情報参照を取得または設定します。

CustomSetupScriptProperties

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

DataProxyProperties

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

Edition

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

ExpressCustomSetupProperties

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

LicenseType

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

PackageStores

SSIS Integration Runtimeのパッケージ ストアを取得または設定します。

メソッド

Validate()

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

適用対象