次の方法で共有


SynapseIntegrationRuntimeSsisProperties クラス

定義

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

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

コンストラクター

SynapseIntegrationRuntimeSsisProperties()

SynapseIntegrationRuntimeSsisProperties の新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

[追加のプロパティ]

このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)

このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。

例:

  • BinaryData.FromObjectAsJson("foo")ペイロード "foo" を作成します。
  • BinaryData.FromString("\"foo\"")ペイロード "foo" を作成します。
  • BinaryData.FromObjectAsJson(new { key = "value" }){ "key": "value" }のペイロードを作成します。
  • BinaryData.FromString("{\"key\": \"value\"}"){ "key": "value" }のペイロードを作成します。

CatalogInfo

マネージド専用統合ランタイムのカタログ情報。

CustomSetupScriptProperties

マネージド専用統合ランタイムのカスタム セットアップ スクリプト プロパティ。

DataProxyProperties

マネージド専用統合ランタイムのデータ プロキシ プロパティ。

Edition

SSIS Integration Runtimeのエディション。

ExpressCustomSetupProperties

SSIS 統合ランタイムのスクリプト プロパティを使用しないカスタム セットアップ。 基底クラスであることに注意 SynapseCustomSetupBase してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 がSynapseEnvironmentVariableSetup含まれます。SynapseCmdkeySetupSynapseComponentSetup

LicenseType

独自のライセンス シナリオを持ち込むためのライセンスの種類。

適用対象