DatabaseEngineTempdbSettings Class
Represents the database engine Tempdb settings.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
Microsoft.SqlServer.Configuration::Settings
Microsoft.SqlServer.Configuration::DatabaseEngineTempdbSettings
| Name | Description | |
|---|---|---|
![]() | DatabaseEngineTempdbSettings() | Initializes a new instance of the DatabaseEngineTempdbSettings class. |
![]() | DatabaseEngineTempdbSettings(ServiceContainer^) | Initializes a new instance of the DatabaseEngineTempdbSettings class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Calculate() | Calculates all the configuration settings.(Inherited from Settings.) |
![]() | CreateProperty<T>(String^) | Creates a property for the configuration settings.(Inherited from Settings.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Equals(Settings^) | Determines whether two object instances are equal.(Inherited from Settings.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function.(Inherited from Settings.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateSettings() | Specifies the validation state.(Overrides Settings::ValidateSettings().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


