DatabaseEngineTempdbSettings 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.
Represents the database engine Tempdb settings.
public ref class DatabaseEngineTempdbSettings : Microsoft::SqlServer::Configuration::Settings
public class DatabaseEngineTempdbSettings : Microsoft.SqlServer.Configuration.Settings
type DatabaseEngineTempdbSettings = class
inherit Settings
Public Class DatabaseEngineTempdbSettings
Inherits Settings
- Inheritance
Constructors
DatabaseEngineTempdbSettings() |
Initializes a new instance of the DatabaseEngineTempdbSettings class. |
DatabaseEngineTempdbSettings(ServiceContainer) |
Initializes a new instance of the DatabaseEngineTempdbSettings class. |
Properties
TempDbFileCount |
Gets or sets the number of temporary database file. |
TempDbFileGrowth |
Gets or sets the temporary database file growth. |
TempDbFileSize |
Gets or sets the size of the temporary database file. |
TempDbLogFileGrowth |
Gets or sets the log file growth in TempDb. |
TempDbLogFileSize |
Gets or sets the file size for the temp Db log settings. |
Methods
Calculate() |
Calculates all the configuration settings. (Inherited from Settings) |
CreateProperty<T>(String) |
Creates a property for the configuration settings. (Inherited from Settings) |
Equals(Settings) |
Determines whether two object instances are equal. (Inherited from Settings) |
GetHashCode() |
Serves as the default hash function. (Inherited from Settings) |
ValidateSettings() |
Specifies the validation state. |