Compartir a través de


BusinessLogicParameterCollection.RemoveAt Método (String)

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Removes the parameter object with the specified name from the collection.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Sub RemoveAt ( _
    parameterName As String _
)
'Uso
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
)

Parámetros

  • parameterName
    Tipo: System.String
    The name of the parameter object to remove.

Implementa

IDataParameterCollection.RemoveAt(String)

Vea también

Referencia

BusinessLogicParameterCollection Clase

Sobrecarga de RemoveAt

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport