Udostępnij przez


ServerProperty Members

Defines a server property associated with a Server element. This class cannot be inherited.

The following tables list the members exposed by the ServerProperty type.

Public Constructors

  Name Description
ServerProperty Overloaded. Initializes a new instance of the ServerProperty class.

Top

Public Properties

  Name Description
ms174301.pubproperty(pl-pl,SQL.100).gif Category Gets or sets the category associated with a ServerProperty object.
ms174301.pubproperty(pl-pl,SQL.100).gif DefaultValue Gets or sets the default value for a ServerProperty object.
ms174301.pubproperty(pl-pl,SQL.100).gif DisplayFlag Gets or sets the display flag status.
ms174301.pubproperty(pl-pl,SQL.100).gif FolderName Gets the folder name associated with a ServerProperty object.
ms174301.pubproperty(pl-pl,SQL.100).gif Name Gets or sets the name of a ServerProperty object.
ms174301.pubproperty(pl-pl,SQL.100).gif PendingValue Gets or sets the pending value of a ServerProperty object.
ms174301.pubproperty(pl-pl,SQL.100).gif PropertyName Gets the property name from a ServerProperty object.
ms174301.pubproperty(pl-pl,SQL.100).gif RequiresRestart Gets or sets a value associated with the ServerProperty object that indicates whether restart is required.
ms174301.pubproperty(pl-pl,SQL.100).gif Type Gets or sets the type associated with a ServerProperty object.
ms174301.pubproperty(pl-pl,SQL.100).gif Units Gets or sets the units associated with a ServerProperty object.
ms174301.pubproperty(pl-pl,SQL.100).gif Value Gets or sets the type associated with a ServerProperty object.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms174301.pubmethod(pl-pl,SQL.100).gif Clone Creates a new, full copy of a ServerProperty object.
ms174301.pubmethod(pl-pl,SQL.100).gif CopyTo Copies a ServerProperty object to the specified object.
ms174301.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms174301.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms174301.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms174301.pubmethod(pl-pl,SQL.100).gifms174301.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms174301.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms174301.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms174301.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.ICloneable.Clone  

Top