次の方法で共有


Db2LinkedService クラス

定義

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Db2LinkedService+Db2LinkedServiceConverter))]
public class Db2LinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Db2LinkedService+Db2LinkedServiceConverter))>]
type Db2LinkedService = class
    inherit LinkedService
Public Class Db2LinkedService
Inherits LinkedService
継承
Db2LinkedService
属性

コンストラクター

Db2LinkedService(Object, Object)

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

プロパティ

AdditionalProperties

その他のプロパティ。

(継承元 LinkedService)
Annotations

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

(継承元 LinkedService)
AuthenticationType

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

CertificateCommonName

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

ConnectionString

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

ConnectVia

統合ランタイム参照。

(継承元 LinkedService)
Database

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

Description

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

(継承元 LinkedService)
EncryptedCredential

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

PackageCollection

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

Parameters

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

(継承元 LinkedService)
Password

認証用のパスワード。 基底クラスであることに注意 SecretBase してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSecureString含まれますAzureKeyVaultSecretReference

Server

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

Username

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

適用対象