Partager via


Values propriété

Gets the value that specifies an array of parameter values.

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

Syntaxe

'Déclaration
ReadOnly Property Values As Object()
    Get
'Utilisation
Dim instance As IParameter
Dim value As Object()

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

Valeur de la propriété

Type : array<System. . :: . .Object> [] () [] []
A value that specifies an array.

Notes

If the parameter is a multivalue parameter, the array contains the parameter values. If the parameter is a single-value parameter, the first element of the array contains the parameter value.