Share via


ExtensionSettings.ParameterValues Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the settings for a delivery extension.

Syntax

'Declaration
Public Property ParameterValues As ParameterValueOrFieldReference()
public ParameterValueOrFieldReference[] ParameterValues { get; set; }
public:
property array<ParameterValueOrFieldReference^>^ ParameterValues {
    array<ParameterValueOrFieldReference^>^ get ();
    void set (array<ParameterValueOrFieldReference^>^ value);
}
/** @property */
public ParameterValueOrFieldReference[] get_ParameterValues ()

/** @property */
public void set_ParameterValues (ParameterValueOrFieldReference[] value)
public function get ParameterValues () : ParameterValueOrFieldReference[]

public function set ParameterValues (value : ParameterValueOrFieldReference[])

Property Value

An array of ParameterValueOrFieldReference objects containing the settings for a delivery extension.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ExtensionSettings Class
ExtensionSettings Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace