ServerProperty Constructor (String, String)
Applies To: SQL Server (starting with 2016)
Initializes a new instance of ServerProperty by using a name and a value.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public ServerProperty(
string name,
string value
)
public:
ServerProperty(
String^ name,
String^ value
)
new :
name:string *
value:string -> ServerProperty
Public Sub New (
name As String,
value As String
)
Parameters
name
Type: System.StringA String that contains the name of the ServerProperty.
value
Type: System.StringA String that contains the property.
See Also
ServerProperty Overload
ServerProperty Class
Microsoft.AnalysisServices Namespace
Return to top