ConnectToSourceSqlServerTaskOutputTaskLevel.DatabaseTdeCertificateMapping Property

Definition

Gets mapping from database name to TDE certificate name, if applicable

[Newtonsoft.Json.JsonProperty(PropertyName="databaseTdeCertificateMapping")]
public System.Collections.Generic.IDictionary<string,string> DatabaseTdeCertificateMapping { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="databaseTdeCertificateMapping")>]
member this.DatabaseTdeCertificateMapping : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property DatabaseTdeCertificateMapping As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to