AccountCollection.Remove メソッド (String)
指定した識別子の Account をコレクションから削除します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Remove ( _
accountType As String _
)
'使用
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
)
パラメーター
- accountType
型: System.String
削除する Account の識別子です。
例外
例外 | 条件 |
---|---|
ItemNotFoundException | accountType がコレクションに含まれていません。 |