Remove 메서드 (CubeAttribute)

Removes the specified CubeAttribute from the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Sub Remove ( _
    item As CubeAttribute _
)
‘사용 방법
Dim instance As CubeAttributeCollection
Dim item As CubeAttribute

instance.Remove(item)
public void Remove(
    CubeAttribute item
)
public:
void Remove(
    CubeAttribute^ item
)
member Remove : 
        item:CubeAttribute -> unit 
public function Remove(
    item : CubeAttribute
)

매개 변수

예외

예외 조건
ItemNotFoundException

item is not contained by the collection.