Remove 메서드 (String)
Removes the AggregationDesignAttribute, with the specified identifier, from the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub Remove ( _
attributeId As String _
)
‘사용 방법
Dim instance As AggregationDesignAttributeCollection
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
예외
예외 | 조건 |
---|---|
ItemNotFoundException | attributeID is not contained by the collection. |