xSQL.Schema.SqlServer Namespace : SqlPublicSettings Class |
For a list of all members of this type, see SqlPublicSettings members.
Name | Description | |
---|---|---|
![]() | BatchDelimiter | Gets or sets the batch delimiter for SQL Server scripts. The default value is: GO |
![]() | CommandTimeout | Gets or sets the default timeout for a SQL Server command. |
![]() | ConnectionTimeout | Gets or sets the default timeout for a SQL Server connection. |
![]() | DefaultLogFolder | Gets the default log folder. |
![]() | GenerateDynamicDataStatementOnRebuild | Gets or sets the value that indicates how the data transfer is performed by the table rebuild script. If true, the data transfer if performed via a dynamic script in the form: "EXECUTE (data_transfer_statement)" . |
![]() | HashAlgorithm | Gets or sets the hash algorithm. The default algorithm is SHA256. |
![]() | IncludeSystemDatabases | Indicates whether the system databases should be included in the comparison. |
![]() | LogFolder | The same as the property UserLogFolder. |
![]() | PacketSize | Gets or sets the packet size for a SQL Server connection. |
![]() | PooledConnection | Gets or sets the pooling property for a SQL Server connection. |
![]() | Protocol | Gets or sets the protocol for a SQL Server connection. |
![]() | SchemaShouldHonorDatabaseCompatibility | Gets or sets the value that indicates whether schema should honor the database compatibility level. |
![]() | ScriptingShouldHonorDatabaseCompatibility | Gets or sets the value that indicates whether the scripting module should honor database compatibility level. |
![]() | UsePropertyEqualityToFlagStatus | This property supports the internal structure of the API and it is not intended for public use. |
![]() | UserLogFolder | Gets or sets a custom folder to be used for the error log and the execution logs. If not set, the logs are created in the default location, returned by the property DefaultLogFolder. |