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