ModelComponentCollection.RemoveAt 메서드 (Int32, Boolean)
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Removes the IModelComponent at the specified index from the ModelComponentCollection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub RemoveAt ( _
index As Integer, _
cleanUp As Boolean _
)
‘사용 방법
Dim instance As ModelComponentCollection
Dim index As Integer
Dim cleanUp As Boolean
instance.RemoveAt(index, cleanUp)
public void RemoveAt(
int index,
bool cleanUp
)
public:
void RemoveAt(
int index,
bool cleanUp
)
member RemoveAt :
index:int *
cleanUp:bool -> unit
public function RemoveAt(
index : int,
cleanUp : boolean
)
매개 변수
- index
유형: System.Int32
The zero-based index of the IModelComponent to remove.
- cleanUp
유형: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.