AccountCollection.Remove メソッド (String, Boolean)
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定した識別子の Account をコレクションから削除します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Remove ( _
accountType As String, _
cleanUp As Boolean _
)
'使用
Dim instance As AccountCollection
Dim accountType As String
Dim cleanUp As Boolean
instance.Remove(accountType, cleanUp)
public void Remove(
string accountType,
bool cleanUp
)
public:
void Remove(
String^ accountType,
bool cleanUp
)
member Remove :
accountType:string *
cleanUp:bool -> unit
public function Remove(
accountType : String,
cleanUp : boolean
)
パラメーター
- accountType
型: System.String
削除する Account の識別子です。
- cleanUp
型: System.Boolean
マネージ リソースとアンマネージ リソースの両方を解放する場合は true、アンマネージ リソースだけを解放する場合は false です。