ServerProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.