Add Método (String)
Creates and adds a DimensionAttribute with the specified identifier to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Add ( _
name As String _
) As DimensionAttribute
'Uso
Dim instance As DimensionAttributeCollection
Dim name As String
Dim returnValue As DimensionAttribute
returnValue = instance.Add(name)
public DimensionAttribute Add(
string name
)
public:
DimensionAttribute^ Add(
String^ name
)
member Add :
name:string -> DimensionAttribute
public function Add(
name : String
) : DimensionAttribute
Parámetros
- name
Tipo: System. . :: . .String
The identifier of the DimensionAttribute to be added.
Valor devuelto
Tipo: Microsoft.AnalysisServices. . :: . .DimensionAttribute
The zero-based index at which the DimensionAttribute has been added.