Share via


ServerProperty 构造函数

定义

重载

ServerProperty()

初始化 ServerProperty 类的新实例。

ServerProperty(String, String)

使用指定的名称和值初始化 ServerProperty 的新实例。

ServerProperty()

初始化 ServerProperty 类的新实例。

public ServerProperty ();
Public Sub New ()

适用于

ServerProperty(String, String)

使用指定的名称和值初始化 ServerProperty 的新实例。

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

参数

name
String

包含 ServerProperty 对象表示的属性的名称的字符串。

value
String

包含属性值的字符串。

适用于