BusinessLogicCommand.IDbCommand.Parameters Property

Gets the IDataParameterCollection.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Private ReadOnly Property Parameters As IDataParameterCollection 
    Implements IDbCommand.Parameters 
    Get
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

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

Implements

IDbCommand.Parameters

See Also

Reference

BusinessLogicCommand Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace