PerspectiveAttribute Constructors

Definition

Overloads

PerspectiveAttribute()

Initializes a new instance of the PerspectiveAttribute class using default values.

PerspectiveAttribute(String)

Initializes a new instance of PerspectiveAttribute using the specified attribute.

PerspectiveAttribute()

Initializes a new instance of the PerspectiveAttribute class using default values.

public PerspectiveAttribute ();
Public Sub New ()

Applies to

PerspectiveAttribute(String)

Initializes a new instance of PerspectiveAttribute using the specified attribute.

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

Parameters

attributeId
String

A string that contains the identifier of the attribute.

Applies to