ServerProperty Class

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ServerProperty

Syntax

[GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")]
public sealed class ServerProperty : ICloneable
[GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")]
public ref class ServerProperty sealed : ICloneable
[<Sealed>]
[<GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")>]
type ServerProperty = 
    class
        interface ICloneable
    end
<GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")>
Public NotInheritable Class ServerProperty
    Implements ICloneable

Constructors

Name Description
System_CAPS_pubmethod ServerProperty()

System_CAPS_pubmethod ServerProperty(String, String)

Initializes a new instance of ServerProperty by using a name and a value.

Properties

Name Description
System_CAPS_pubproperty Category

Gets or sets the category associated with a ServerProperty object.

System_CAPS_pubproperty DefaultValue

Gets or sets the default value for a ServerProperty object.

System_CAPS_pubproperty DisplayFlag

Gets or sets the display flag status.

System_CAPS_pubproperty FolderName

Gets the folder name associated with a ServerProperty object.

System_CAPS_pubproperty Name

Gets or sets the name of a ServerProperty object.

System_CAPS_pubproperty PendingValue

Gets or sets the pending value of a ServerProperty object.

System_CAPS_pubproperty PropertyName

Gets the property name from a ServerProperty object.

System_CAPS_pubproperty RequiresRestart

Gets or sets a value associated with the ServerProperty object that indicates whether restart is required.

System_CAPS_pubproperty Type

Gets or sets the type associated with a ServerProperty object.

System_CAPS_pubproperty Units

Gets or sets the units associated with a ServerProperty object.

System_CAPS_pubproperty Value

Gets or sets the type associated with a ServerProperty object.

Methods

Name Description
System_CAPS_pubmethod Clone()

Creates a new, full copy of a ServerProperty object.

System_CAPS_pubmethod CopyTo(ServerProperty)

Copies a ServerProperty object to the specified object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICloneable.Clone()

Creates a copy of the specified object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top