IntegrationRuntimeSsisProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マネージド統合ランタイムの 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() |
オブジェクトを検証します。 |
適用対象
Azure SDK for .NET