CubeAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.