CubeAttribute Constructors

Definition

Overloads

CubeAttribute()

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

CubeAttribute(String)

Initializes a new instance of CubeAttribute using the specified attribute identifier.

CubeAttribute()

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

public CubeAttribute ();
Public Sub New ()

Applies to

CubeAttribute(String)

Initializes a new instance of CubeAttribute using the specified attribute identifier.

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

Parameters

attributeId
String

A String that contains an attribute identifier for a cube.

Applies to