BusinessLogicCommand.IDbCommand.Parameters Property
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.