SqlTempDBSettings 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.
The SqlTempDBSettings.
public class SqlTempDBSettings
type SqlTempDBSettings = class
Public Class SqlTempDBSettings
- Inheritance
-
SqlTempDBSettings
Constructors
SqlTempDBSettings() |
Initializes a new instance of SqlTempDBSettings. |
Properties
DataFileCount |
SQL Server tempdb data file count. |
DataFileSize |
SQL Server tempdb data file size. |
DataGrowth |
SQL Server tempdb data file autoGrowth size. |
DefaultFilePath |
SQL Server default file path. |
LogFileSize |
SQL Server tempdb log file size. |
LogGrowth |
SQL Server tempdb log file autoGrowth size. |
LogicalUnitNumbers |
Logical Unit Numbers for the disks. |
PersistFolder |
SQL Server tempdb persist folder choice. |
PersistFolderPath |
SQL Server tempdb persist folder location. |
Applies to
Azure SDK for .NET