Metoda AggregationAttributeCollection.Add (String)
Tworzy i dodaje AggregationAttribute, z określonego identyfikatora, do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
attributeId As String _
) As AggregationAttribute
'Użycie
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationAttribute
returnValue = instance.Add(attributeId)
public AggregationAttribute Add(
string attributeId
)
public:
AggregationAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> AggregationAttribute
public function Add(
attributeId : String
) : AggregationAttribute
Parametry
- attributeId
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationAttribute
Indeks od zera, jaką AggregationAttribute została dodana.
Zobacz także