Metodo AggregationDesignAttributeCollection.Add (String)
Creates and adds an AggregationDesignAttribute, 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 ( _
attributeId As String _
) As AggregationDesignAttribute
'Utilizzo
Dim instance As AggregationDesignAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationDesignAttribute
returnValue = instance.Add(attributeId)
public AggregationDesignAttribute Add(
string attributeId
)
public:
AggregationDesignAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> AggregationDesignAttribute
public function Add(
attributeId : String
) : AggregationDesignAttribute
Parametri
- attributeId
Tipo: System.String
The AggregationDesignAttribute to be added.
Valore restituito
Tipo: Microsoft.AnalysisServices.AggregationDesignAttribute
The zero-based index at which the AggregationDesignAttribute has been added.