Metoda AggregationDesignAttributeCollection.Add (String)
Tworzy i dodaje AggregationDesignAttribute, 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 AggregationDesignAttribute
'Użycie
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
Parametry
- attributeId
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationDesignAttribute
Indeks od zera, jaką AggregationDesignAttribute została dodana.
Zobacz także