Share via


PidConfigSettings Class

Definition

Represents the PID configuration settings.

public ref class PidConfigSettings : Microsoft::SqlServer::Configuration::Settings
public class PidConfigSettings : Microsoft.SqlServer.Configuration.Settings
type PidConfigSettings = class
    inherit Settings
Public Class PidConfigSettings
Inherits Settings
Inheritance
PidConfigSettings

Constructors

PidConfigSettings()

Initializes a new instance of the PidConfigSettings class.

Properties

Pid

Gets the PID.

SqlEdition

Gets the SQL edition.

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()

Gets the settings for the validation.

(Inherited from Settings)

Applies to