AggregationAttributeCollection.Remove 메서드 (String)
Removes the AggregationAttribute with the specified attribute identifier from the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub Remove ( _
attributeId As String _
)
‘사용 방법
Dim instance As AggregationAttributeCollection
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
)
매개 변수
- attributeId
유형: System.String
The attribute identifier of the AggregationAttribute to be removed.
예외
예외 | 조건 |
---|---|
ItemNotFoundException | attributeID is not contained by the collection. |