IDataMultiValueParameter-Schnittstelle
Represents a multivalued parameter to a Command object.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblys: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Interface IDataMultiValueParameter _
Inherits IDataParameter
'Usage
Dim instance As IDataMultiValueParameter
public interface IDataMultiValueParameter : IDataParameter
public interface class IDataMultiValueParameter : IDataParameter
type IDataMultiValueParameter =
interface
interface IDataParameter
end
public interface IDataMultiValueParameter extends IDataParameter
Der IDataMultiValueParameter-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ParameterName | Gets or sets the name of the IDataParameter. (Geerbt von IDataParameter.) | |
Value | Gets or sets the value of the parameter. (Geerbt von IDataParameter.) | |
Values | Gets or sets the values of the parameters. |
Zum Anfang
Hinweise
The IDataMultiValueParameter interface, along with the IDataParameter interface, enables you to implement a Parameter class that accepts multiple values.