SqlDatabaseInitialSettings Class |
Namespace: PDTec.IceNet.Sdk.Database.Sql
public class SqlDatabaseInitialSettings
The SqlDatabaseInitialSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | DatabaseDirectory |
Gets or sets the database file directory.
|
![]() | DatabaseGrowthSize |
Gets or sets the database growth size in megabytes.
|
![]() | InitialDatabaseSize |
Gets or sets the initial database size in megabytes.
|
![]() | InitialLogSize |
Gets or sets the initial database log size in megabytes.
|
![]() | LogFileDirectory |
Gets or sets the database log file directory.
|
![]() | LogGrowthSize |
Gets or sets the database log growth size in megabytes.
|
![]() | UseDefaultSettings |
Gets or sets if the default SQL Server settings should be used.
If UseDefaultSettings is set to true (default) then
all other properties are not relevant. If UseDefaultSettings
is set to false then all other properties must be set to
reasonable values.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |