AdomdParameterCollection.RemoveAt Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveAt(String) |
RemoveAt 1 |
RemoveAt(Int32) |
RemoveAt |
RemoveAt(String)
RemoveAt 1
public void RemoveAt (string parameterName);
abstract member RemoveAt : string -> unit
override this.RemoveAt : string -> unit
Public Sub RemoveAt (parameterName As String)
Parameters
- parameterName
- String
parameterName
Implements
Applies to
RemoveAt(Int32)
RemoveAt
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
Parameters
- index
- Int32
index