Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates and adds a CubeDimension, with the specified name and identifier, to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
dimensionId As String, _
name As String, _
id As String _
) As CubeDimension
'Usage
Dim instance As CubeDimensionCollection
Dim dimensionId As String
Dim name As String
Dim id As String
Dim returnValue As CubeDimension
returnValue = instance.Add(dimensionId, _
name, id)
public CubeDimension Add(
string dimensionId,
string name,
string id
)
public:
CubeDimension^ Add(
String^ dimensionId,
String^ name,
String^ id
)
member Add :
dimensionId:string *
name:string *
id:string -> CubeDimension
public function Add(
dimensionId : String,
name : String,
id : String
) : CubeDimension
Parameter
- dimensionId
Typ: System.String
The identifier of the Dimension to be added.
- name
Typ: System.String
The name of the CubeDimension to be added.
- id
Typ: System.String
The identifier of the CubeDimension to be added.
Rückgabewert
Typ: Microsoft.AnalysisServices.CubeDimension
The CubeDimension that has been added.