Share via


Interface IDataMultiValueParameter

Represents a multivalued parameter to a Command object.

Espace de noms :  Microsoft.ReportingServices.DataProcessing
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public Interface IDataMultiValueParameter _
    Inherits IDataParameter
'Utilisation
Dim instance As IDataMultiValueParameter
public interface IDataMultiValueParameter : IDataParameter
public interface class IDataMultiValueParameter : IDataParameter
type IDataMultiValueParameter =  
    interface
        interface IDataParameter
    end
public interface IDataMultiValueParameter extends IDataParameter

Le type IDataMultiValueParameter expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ParameterName Gets or sets the name of the IDataParameter. (hérité de IDataParameter.)
Propriété publique Value Gets or sets the value of the parameter. (hérité de IDataParameter.)
Propriété publique Values Gets or sets the values of the parameters.

Haut de la page

Notes

The IDataMultiValueParameter interface, along with the IDataParameter interface, enables you to implement a Parameter class that accepts multiple values.