Partager via


Values propriété

Gets or sets the values of the parameters.

Espace de noms :  Microsoft.ReportingServices.DataProcessing
Assembly :  Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Property Values As Object()
    Get
    Set
'Utilisation
Dim instance As IDataMultiValueParameter
Dim value As Object()

value = instance.Values

instance.Values = value
Object[] Values { get; set; }
property array<Object^>^ Values {
    array<Object^>^ get ();
    void set (array<Object^>^ value);
}
abstract Values : Object[] with get, set
function get Values () : Object[]
function set Values (value : Object[])

Valeur de la propriété

Type : array<System. . :: . .Object> [] () [] []
A collection of objects containing the values for the parameters.