你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GetTdeCertificatesSqlTaskInput Constructors

Definition

Overloads

GetTdeCertificatesSqlTaskInput()

Initializes a new instance of the GetTdeCertificatesSqlTaskInput class.

GetTdeCertificatesSqlTaskInput(SqlConnectionInfo, FileShare, IList<SelectedCertificateInput>)

Initializes a new instance of the GetTdeCertificatesSqlTaskInput class.

GetTdeCertificatesSqlTaskInput()

Initializes a new instance of the GetTdeCertificatesSqlTaskInput class.

public GetTdeCertificatesSqlTaskInput ();
Public Sub New ()

Applies to

GetTdeCertificatesSqlTaskInput(SqlConnectionInfo, FileShare, IList<SelectedCertificateInput>)

Initializes a new instance of the GetTdeCertificatesSqlTaskInput class.

public GetTdeCertificatesSqlTaskInput (Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo connectionInfo, Microsoft.Azure.Management.DataMigration.Models.FileShare backupFileShare, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.SelectedCertificateInput> selectedCertificates);
new Microsoft.Azure.Management.DataMigration.Models.GetTdeCertificatesSqlTaskInput : Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo * Microsoft.Azure.Management.DataMigration.Models.FileShare * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.SelectedCertificateInput> -> Microsoft.Azure.Management.DataMigration.Models.GetTdeCertificatesSqlTaskInput
Public Sub New (connectionInfo As SqlConnectionInfo, backupFileShare As FileShare, selectedCertificates As IList(Of SelectedCertificateInput))

Parameters

connectionInfo
SqlConnectionInfo

Connection information for SQL Server

backupFileShare
FileShare

Backup file share information for file share to be used for temporarily storing files.

selectedCertificates
IList<SelectedCertificateInput>

List containing certificate names and corresponding password to use for encrypting the exported certificate.

Applies to