次の方法で共有


AmazonRdsForSqlServerLinkedService クラス

定義

SQL Serverリンクされたサービス用の Amazon RDS。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AmazonRdsForSqlServer")]
public class AmazonRdsForSqlServerLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AmazonRdsForSqlServer")>]
type AmazonRdsForSqlServerLinkedService = class
    inherit LinkedService
Public Class AmazonRdsForSqlServerLinkedService
Inherits LinkedService
継承
AmazonRdsForSqlServerLinkedService
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AmazonRdsForSqlServerLinkedService()

AmazonRdsForSqlServerLinkedService クラスの新しいインスタンスを初期化します。

AmazonRdsForSqlServerLinkedService(Object, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, SecretBase, Object, SqlAlwaysEncryptedProperties)

AmazonRdsForSqlServerLinkedService クラスの新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます

(継承元 LinkedService)
AlwaysEncryptedSettings

sql always encrypted プロパティを取得または設定します。

Annotations

リンクされたサービスの説明に使用できるタグの一覧を取得または設定します。

(継承元 LinkedService)
ConnectionString

接続文字列を取得または設定します。 型: string、SecureString、または AzureKeyVaultSecretReference。

ConnectVia

統合ランタイム参照を取得または設定します。

(継承元 LinkedService)
Description

リンクされたサービスの説明を取得または設定します。

(継承元 LinkedService)
EncryptedCredential

認証に使用される暗号化された資格情報を取得または設定します。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

Parameters

リンクされたサービスのパラメーターを取得または設定します。

(継承元 LinkedService)
Password

オンプレミスのWindows 認証 パスワードを取得または設定します。

UserName

オンプレミスのWindows 認証ユーザー名を取得または設定します。 型: string (または resultType 文字列を含む式)。

メソッド

Validate()

オブジェクトを検証します。

適用対象