Condividi tramite


Metodo BusinessLogicParameterCollection.RemoveAt (String)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintassi

'Dichiarazione
Public Sub RemoveAt ( _
    parameterName As String _
)
'Utilizzo
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
)

Parametri

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

Implementa

IDataParameterCollection.RemoveAt(String)

Vedere anche

Riferimento

BusinessLogicParameterCollection Classe

Overload RemoveAt

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport