次の方法で共有


Db2LinkedService クラス

定義

DB2 データ ソースのリンクされたサービス。

public class Db2LinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties
type Db2LinkedService = class
    inherit DataFactoryLinkedServiceProperties
Public Class Db2LinkedService
Inherits DataFactoryLinkedServiceProperties
継承

コンストラクター

Db2LinkedService()

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

プロパティ

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" }のペイロードを作成します。

(継承元 DataFactoryLinkedServiceProperties)
Annotations

リンクされたサービスの説明に使用できるタグの一覧。

このプロパティの 要素にオブジェクトを割り当てるには、 を使用します 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" }のペイロードを作成します。

(継承元 DataFactoryLinkedServiceProperties)
AuthenticationType

接続に使用する AuthenticationType。 connectionString プロパティと相互に排他的です。

CertificateCommonName

TLS が有効になっている場合の証明書の共通名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。

ConnectionString

接続文字列。 サーバー、データベース、authenticationType、userName、packageCollection、certificateCommonName プロパティと相互に排他的です。 型: string、SecureString、または AzureKeyVaultSecretReference。

ConnectVia

統合ランタイム参照。

(継承元 DataFactoryLinkedServiceProperties)
Database

接続のデータベース名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。

Description

リンクされたサービスの説明。

(継承元 DataFactoryLinkedServiceProperties)
EncryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 connectionString プロパティと相互に排他的です。 型: string。

PackageCollection

データベースのクエリ時にパッケージが作成される場所。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。

Parameters

リンクされたサービスのパラメーター。

(継承元 DataFactoryLinkedServiceProperties)
Password

認証用のパスワード。

Server

接続のサーバー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。

Username

認証用のユーザー名。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。

適用対象