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

ConnectToSourceSqlServerTaskInput Class

Definition

Input for the task that validates connection to SQL Server and also validates source server requirements

public class ConnectToSourceSqlServerTaskInput
type ConnectToSourceSqlServerTaskInput = class
Public Class ConnectToSourceSqlServerTaskInput
Inheritance
ConnectToSourceSqlServerTaskInput

Constructors

ConnectToSourceSqlServerTaskInput()

Initializes a new instance of the ConnectToSourceSqlServerTaskInput class.

ConnectToSourceSqlServerTaskInput(SqlConnectionInfo, Nullable<ServerLevelPermissionsGroup>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the ConnectToSourceSqlServerTaskInput class.

Properties

CheckPermissionsGroup

Gets or sets permission group for validations Possible values include: 'Default', 'MigrationFromSqlServerToAzureDB', 'MigrationFromSqlServerToAzureMI', 'MigrationFromMySQLToAzureDBForMySQL'

CollectAgentJobs

Gets or sets flag for whether to collect agent jobs from source server.

CollectLogins

Gets or sets flag for whether to collect logins from source server.

CollectTdeCertificateInfo

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

SourceConnectionInfo

Gets or sets connection information for Source SQL Server

Methods

Validate()

Validate the object.

Applies to