BusinessLogicParameterCollection.RemoveAt Method (String)
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub RemoveAt ( _
parameterName As String _
)
'Usage
Dim instance As BusinessLogicParameterCollection
Dim parameterName As String
instance.RemoveAt(parameterName)
public void RemoveAt(
string parameterName
)
public:
virtual void RemoveAt(
String^ parameterName
) sealed
abstract RemoveAt :
parameterName:string -> unit
override RemoveAt :
parameterName:string -> unit
public final function RemoveAt(
parameterName : String
)
Parameters
- parameterName
Type: System.String