PerspectiveAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
包含属性的标识符的字符串。