Metoda AccountCollection.Remove (String)
Usuwa Account, z określonym identyfikatorem, z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
accountType As String _
)
'Użycie
Dim instance As AccountCollection
Dim accountType As String
instance.Remove(accountType)
public void Remove(
string accountType
)
public:
void Remove(
String^ accountType
)
member Remove :
accountType:string -> unit
public function Remove(
accountType : String
)
Parametry
- accountType
Typ: System.String
Identyfikator Account do usunięcia.
Wyjątki
| Wyjątek | Warunek |
|---|---|
| ItemNotFoundException | accountTypenie jest zawarty kolekcja. |
Zobacz także