ServerProperty Constructors

Definition

Overloads

ServerProperty()

Initializes a new instance of the ServerProperty class.

ServerProperty(String, String)

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

ServerProperty()

Initializes a new instance of the ServerProperty class.

public ServerProperty ();
Public Sub New ()

Applies to

ServerProperty(String, String)

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

public ServerProperty (string name, string value);
new Microsoft.AnalysisServices.ServerProperty : string * string -> Microsoft.AnalysisServices.ServerProperty
Public Sub New (name As String, value As String)

Parameters

name
String

A String that contains the name of the property represeted by the ServerProperty object.

value
String

A String that contains the property's value.

Applies to