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
- name
Tipo: System. . :: . .String
The identifier of the Dimension to be added.
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Dimension
The zero-based index at which the Dimension has been added.
Consulte também