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(SqlConnectionInfo) |
Initializes a new instance of ConnectToSourceSqlServerTaskInput. |
Properties
CheckPermissionsGroup |
Permission group for validations. |
CollectAgentJobs |
Flag for whether to collect agent jobs from source server. |
CollectDatabases |
Flag for whether to collect databases from source server. |
CollectLogins |
Flag for whether to collect logins from source server. |
CollectTdeCertificateInfo |
Flag for whether to collect TDE Certificate names from source server. |
EncryptedKeyForSecureFields |
encrypted key for secure fields. |
SourceConnectionInfo |
Connection information for Source SQL Server. |
ValidateSsisCatalogOnly |
Flag for whether to validate SSIS catalog is reachable on the source server. |
Applies to
Azure SDK for .NET