다음을 통해 공유


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

  이름 Description
ms219391.pubproperty(ko-kr,SQL.90).gif ConfigValue Gets or sets the new value of the configuration option.
ms219391.pubproperty(ko-kr,SQL.90).gif Description Gets a textual description of the configuration property.
ms219391.pubproperty(ko-kr,SQL.90).gif DisplayName Gets the name of the configuration option being modified.
ms219391.pubproperty(ko-kr,SQL.90).gif IsAdvanced Gets the Boolean property value that specifies whether the configuration option is an advanced option.
ms219391.pubproperty(ko-kr,SQL.90).gif 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.
ms219391.pubproperty(ko-kr,SQL.90).gif Maximum Gets the maximum value to which the configuration option can be set.
ms219391.pubproperty(ko-kr,SQL.90).gif Minimum Gets the maximum value to which the configuration option can be set.
ms219391.pubproperty(ko-kr,SQL.90).gif Number Gets the index position of the configuration option.
ms219391.pubproperty(ko-kr,SQL.90).gif RunValue Gets the current running value of the configuration option.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms219391.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219391.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms219391.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms219391.pubmethod(ko-kr,SQL.90).gifms219391.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219391.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms219391.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms219391.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

ConfigProperty Class
Microsoft.SqlServer.Management.Smo Namespace

관련 자료

Configuring SQL Server in SMO
서버 구성 옵션 설정