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