AdomdParameterCollection.RemoveAt 메서드 (Int32)
AdomdParameterCollection 개체의 지정한 인덱스에 있는 매개 변수를 제거합니다.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Sub RemoveAt ( _
As Integer _
)
‘사용 방법
Dim instance As AdomdParameterCollection
DimAs Integer
instance.RemoveAt()
public void RemoveAt(
int
)
public:
virtual void RemoveAt(
int
) sealed
abstract RemoveAt :
:int -> unit
override RemoveAt :
:int -> unit
public final function RemoveAt(
: int
)
매개 변수
- 유형: Int32
AdomdParameterCollection 개체에서 제거할 AdomdParameter 개체의 인덱스입니다.