DatabaseEngineTempdbSettings Class

 

Represents the database engine Tempdb settings.

Namespace:   Microsoft.SqlServer.Configuration
Assembly:  Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)

System::Object
  Microsoft.SqlServer.Configuration::Settings
    Microsoft.SqlServer.Configuration::DatabaseEngineTempdbSettings

public ref class DatabaseEngineTempdbSettings : Settings

NameDescription
System_CAPS_pubmethodDatabaseEngineTempdbSettings()

Initializes a new instance of the DatabaseEngineTempdbSettings class.

System_CAPS_pubmethodDatabaseEngineTempdbSettings(ServiceContainer^)

Initializes a new instance of the DatabaseEngineTempdbSettings class.

NameDescription
System_CAPS_pubpropertyTempDbFileCount

Gets or sets the number of temporary database file.

System_CAPS_pubpropertyTempDbFileGrowth

Gets or sets the temporary database file growth.

System_CAPS_pubpropertyTempDbFileSize

Gets or sets the size of the temporary database file.

System_CAPS_pubpropertyTempDbLogFileGrowth

Gets or sets the log file growth in TempDb.

System_CAPS_pubpropertyTempDbLogFileSize

Gets or sets the file size for the temp Db log settings.

NameDescription
System_CAPS_pubmethodCalculate()

Calculates all the configuration settings.(Inherited from Settings.)

System_CAPS_protmethodCreateProperty<T>(String^)

Creates a property for the configuration settings.(Inherited from Settings.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodEquals(Settings^)

Determines whether two object instances are equal.(Inherited from Settings.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function.(Inherited from Settings.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidateSettings()

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.

Return to top
Show: