Metoda AggregationDesignCollection.Add (String)
Tworzy i dodaje AggregationDesign, 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 ( _
name As String _
) As AggregationDesign
'Użycie
Dim instance As AggregationDesignCollection
Dim name As String
Dim returnValue As AggregationDesign
returnValue = instance.Add(name)
public AggregationDesign Add(
string name
)
public:
AggregationDesign^ Add(
String^ name
)
member Add :
name:string -> AggregationDesign
public function Add(
name : String
) : AggregationDesign
Parametry
- name
Typ: System.String
Identyfikator AggregationDesign do dodania.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationDesign
Indeks od zera, jaką AggregationDesign została dodana.
Zobacz także