Share via


ConnectToSourceSqlServerTaskInput.CollectTdeCertificateInfo Property

Definition

Gets or sets flag for whether to collect TDE Certificate names from source server.

[Newtonsoft.Json.JsonProperty(PropertyName="collectTdeCertificateInfo")]
public bool? CollectTdeCertificateInfo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="collectTdeCertificateInfo")>]
member this.CollectTdeCertificateInfo : Nullable<bool> with get, set
Public Property CollectTdeCertificateInfo As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to