次の方法で共有


PerspectiveMeasureGroupCollection.Remove メソッド (PerspectiveMeasureGroup, Boolean)

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

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

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

構文

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

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

パラメーター

  • cleanUp
    型: System.Boolean
    指定したアイテムをコレクションからクリーンアップする場合は true、クリーンアップしない場合は false です。

関連項目

参照

PerspectiveMeasureGroupCollection クラス

Remove オーバーロード

Microsoft.AnalysisServices 名前空間