Partager via


RemoveAt méthode (String)

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (dans Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Sub RemoveAt ( _
    parameterName As String _
)
'Utilisation
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
)

Paramètres

Implémente

IDataParameterCollection. . :: . .RemoveAt(String)