Click or drag to resize
SqlDatabaseInitialSettings Properties

The SqlDatabaseInitialSettings type exposes the following members.

Properties
  NameDescription
Public propertyDatabaseDirectory
Gets or sets the database file directory.
Public propertyDatabaseGrowthSize
Gets or sets the database growth size in megabytes.
Public propertyInitialDatabaseSize
Gets or sets the initial database size in megabytes.
Public propertyInitialLogSize
Gets or sets the initial database log size in megabytes.
Public propertyLogFileDirectory
Gets or sets the database log file directory.
Public propertyLogGrowthSize
Gets or sets the database log growth size in megabytes.
Public propertyUseDefaultSettings
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.
Top
See Also