다음을 통해 공유


Remove 메서드 (String)

Removes the PerspectiveAttribute that has the specified identifier from the collection.

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

구문

‘선언
Public Sub Remove ( _
    attributeId As String _
)
‘사용 방법
Dim instance As PerspectiveAttributeCollection
Dim attributeId As String

instance.Remove(attributeId)
public void Remove(
    string attributeId
)
public:
void Remove(
    String^ attributeId
)
member Remove : 
        attributeId:string -> unit 
public function Remove(
    attributeId : String
)

매개 변수

예외

예외 조건
ItemNotFoundException

attributeID does not existin the collection.