Metodo PerspectiveDimensionCollection.Add (String)
Creates and adds a PerspectiveDimension, with the specified identifier, to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
cubeDimensionId As String _
) As PerspectiveDimension
'Utilizzo
Dim instance As PerspectiveDimensionCollection
Dim cubeDimensionId As String
Dim returnValue As PerspectiveDimension
returnValue = instance.Add(cubeDimensionId)
public PerspectiveDimension Add(
string cubeDimensionId
)
public:
PerspectiveDimension^ Add(
String^ cubeDimensionId
)
member Add :
cubeDimensionId:string -> PerspectiveDimension
public function Add(
cubeDimensionId : String
) : PerspectiveDimension
Parametri
- cubeDimensionId
Tipo: System.String
The PerspectiveDimension to add.
Valore restituito
Tipo: Microsoft.AnalysisServices.PerspectiveDimension
The zero-based index at which the PerspectiveDimension has been added.