PerspectiveAttribute 构造函数

定义

重载

PerspectiveAttribute()

使用默认值初始化 PerspectiveAttribute 类的新实例。

PerspectiveAttribute(String)

使用指定的属性初始化 PerspectiveAttribute 的新实例。

PerspectiveAttribute()

使用默认值初始化 PerspectiveAttribute 类的新实例。

public PerspectiveAttribute ();
Public Sub New ()

适用于

PerspectiveAttribute(String)

使用指定的属性初始化 PerspectiveAttribute 的新实例。

public PerspectiveAttribute (string attributeId);
new Microsoft.AnalysisServices.PerspectiveAttribute : string -> Microsoft.AnalysisServices.PerspectiveAttribute
Public Sub New (attributeId As String)

参数

attributeId
String

包含属性的标识符的字符串。

适用于