Partager via


Propriété BusinessLogicCommand.IDbCommand.Parameters

Gets the IDataParameterCollection.

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

Syntaxe

'Déclaration
Private ReadOnly Property Parameters As IDataParameterCollection 
    Implements IDbCommand.Parameters 
    Get
'Utilisation
Dim instance As BusinessLogicCommand 
Dim value As IDataParameterCollection 

value = CType(instance, IDbCommand).Parameters
IDataParameterCollection IDbCommand.Parameters { get; }
private:
virtual property IDataParameterCollection^ Parameters {
    IDataParameterCollection^ get () sealed = IDbCommand::Parameters::get;
}
private abstract Parameters : IDataParameterCollection 
private override Parameters : IDataParameterCollection
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Data.IDataParameterCollection
The collection of parameters.

Implémente

IDbCommand.Parameters

Voir aussi

Référence

BusinessLogicCommand Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport