DimensionAttribute Constructor (String)
Initializes a new instance of DimensionAttribute using a name.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New DimensionAttribute(name)
public DimensionAttribute(
string name
)
public:
DimensionAttribute(
String^ name
)
new :
name:string -> DimensionAttribute
public function DimensionAttribute(
name : String
)
Parameters
- name
Type: System.String
The name of the DimensionAttribute.