Método Add (String)

Creates and adds a Dimension with the specified identifier to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function Add ( _
    name As String _
) As Dimension
'Uso
Dim instance As DimensionCollection
Dim name As String
Dim returnValue As Dimension

returnValue = instance.Add(name)
public Dimension Add(
    string name
)
public:
Dimension^ Add(
    String^ name
)
member Add : 
        name:string -> Dimension 
public function Add(
    name : String
) : Dimension

Parâmetros

Valor de retorno

Tipo: Microsoft.AnalysisServices. . :: . .Dimension
The zero-based index at which the Dimension has been added.