ModelComponentCollection.RemoveAt 메서드 (Int32)

Removes the IModelComponent at the specified index from the ModelComponentCollection.

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

구문

‘선언
Public Sub RemoveAt ( _
    index As Integer _
)
‘사용 방법
Dim instance As ModelComponentCollection 
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
member RemoveAt : 
        index:int -> unit
public function RemoveAt(
    index : int
)

매개 변수

  • index
    유형: System.Int32
    The zero-based index of the IModelComponent to remove.

참고 항목

참조

ModelComponentCollection 클래스

RemoveAt 오버로드

Microsoft.AnalysisServices 네임스페이스