ConfigProperty Members
The ConfigProperty object contains information pertaining to a Microsoft SQL Server configuration option, such as maximum, minimum, current, and new values.
The following tables list the members exposed by the ConfigProperty type.
Public Properties
Nombre | Description | |
---|---|---|
ConfigValue | Gets or sets the new value of the configuration option. | |
Description | Gets a textual description of the configuration property. | |
DisplayName | Gets the name of the configuration option being modified. | |
IsAdvanced | Gets the Boolean property value that specifies whether the configuration option is an advanced option. | |
IsDynamic | Gets the Boolean property value that specifies whether the configuration option is immediately updated or waits until the instance of Microsoft SQL Server is restarted. | |
Maximum | Gets the maximum value to which the configuration option can be set. | |
Minimum | Gets the maximum value to which the configuration option can be set. | |
Number | Gets the index position of the configuration option. | |
RunValue | Gets the current running value of the configuration option. |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba
Vea también
Referencia
ConfigProperty Class
Microsoft.SqlServer.Management.Smo Namespace
Otros recursos
Configuring SQL Server in SMO
Establecer las opciones de configuración del servidor