Db2LinkedService クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DB2 データ ソースのリンクされたサービス。
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Db2")]
public class Db2LinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Db2")>]
type Db2LinkedService = class
inherit LinkedService
Public Class Db2LinkedService
Inherits LinkedService
- 継承
- 属性
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
コンストラクター
Db2LinkedService() |
Db2LinkedService クラスの新しいインスタンスを初期化します。 |
Db2LinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, String, Object, SecretBase, Object, Object, Object) |
Db2LinkedService クラスの新しいインスタンスを初期化します。 |
プロパティ
AdditionalProperties |
メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます (継承元 LinkedService) |
Annotations |
リンクされたサービスの説明に使用できるタグの一覧を取得または設定します。 (継承元 LinkedService) |
AuthenticationType |
接続に使用する authenticationType を取得または設定します。 connectionString プロパティと相互に排他的です。 使用可能な値は次のとおりです: 'Basic' |
CertificateCommonName |
TLS が有効になっている場合の証明書の共通名を取得または設定します。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。 |
ConnectionString |
接続文字列を取得または設定します。 これは、server、database、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 |
認証のパスワードを取得または設定します。 |
Server |
接続のサーバー名を取得または設定します。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。 |
Username |
認証のユーザー名を取得または設定します。 connectionString プロパティと相互に排他的です。 型: string (または resultType 文字列を含む式)。 |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
Azure SDK for .NET