IDataMultiValueParameter Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a multivalued parameter to a Command object.
public interface class IDataMultiValueParameter : Microsoft::ReportingServices::DataProcessing::IDataParameter
C#
public interface IDataMultiValueParameter : Microsoft.ReportingServices.DataProcessing.IDataParameter
type IDataMultiValueParameter = interface
interface IDataParameter
Public Interface IDataMultiValueParameter
Implements IDataParameter
- Implements
The IDataMultiValueParameter interface, along with the IDataParameter interface, enables you to implement a Parameter class that accepts multiple values.
Parameter |
Gets or sets the name of the IDataParameter. (Inherited from IDataParameter) |
Value |
Gets or sets the value of the parameter. (Inherited from IDataParameter) |
Values |
Gets or sets the values of the parameters. |
Producto | Versiones |
---|---|
SQL Server .NET SDK | 2016 |