Méthode BusinessLogicParameterCollection.RemoveAt (String)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Removes the parameter object with the specified name from the collection.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en 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
- parameterName
Type : System.String
The name of the parameter object to remove.
Implémente
IDataParameterCollection.RemoveAt(String)
Voir aussi
Référence
BusinessLogicParameterCollection Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport