ConnectToSourceSqlServerTaskInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |