次の方法で共有


AggregationDesignAttributeCollection.Remove メソッド (AggregationDesignAttribute, Boolean)

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定した AggregationDesignAttribute をコレクションから削除します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub Remove ( _
    item As AggregationDesignAttribute, _
    cleanUp As Boolean _
)
'使用
Dim instance As AggregationDesignAttributeCollection 
Dim item As AggregationDesignAttribute 
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)
public void Remove(
    AggregationDesignAttribute item,
    bool cleanUp
)
public:
void Remove(
    AggregationDesignAttribute^ item, 
    bool cleanUp
)
member Remove : 
        item:AggregationDesignAttribute * 
        cleanUp:bool -> unit
public function Remove(
    item : AggregationDesignAttribute, 
    cleanUp : boolean
)

パラメーター

  • cleanUp
    型: System.Boolean
    クリーンアップ プロセスを使用する場合は true、それ以外の場合は false です。 

関連項目

参照

AggregationDesignAttributeCollection クラス

Remove オーバーロード

Microsoft.AnalysisServices 名前空間