RemoveAt 메서드 (Int32)
Removes the parameter at the specified index of the AdomdParameterCollection object.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
Public Sub RemoveAt ( _
As Integer _
)
‘사용 방법
Dim instance As AdomdParameterCollection
Dim As 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
)
매개 변수
- __unnamed0
형식: System. . :: . .Int32
The index of the AdomdParameter object to remove from the AdomdParameterCollection object.