Método AdomdParameterCollection.RemoveAt (String)
Removes the parameter specified by name in the AdomdParameterCollection object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Sub RemoveAt ( _
As String _
)
'Uso
Dim instance As AdomdParameterCollection
DimAs String
instance.RemoveAt()
public void RemoveAt(
string
)
public:
virtual void RemoveAt(
String^
) sealed
abstract RemoveAt :
:string -> unit
override RemoveAt :
:string -> unit
public final function RemoveAt(
: String
)
Parâmetros
- __unnamed0
Tipo: System.String
The name of the AdomdParameter object to remove from the AdomdParameterCollection object.
Implementa
IDataParameterCollection.RemoveAt(String)