Db2LinkedService クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)します。 例 :
|
Annotations |
リンクされたサービスの説明に使用できるタグの一覧。 このプロパティの 要素にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。 例 :
|
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 文字列を含む式)。 |