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