ItemParameter.Dependencies Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a list of parameters whose values are used to retrieve additional parameter values in a query.

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public string[] Dependencies { get; set; }
public:
property array<String^>^ Dependencies {
    array<String^>^ get();
    void set(array<String^>^ value);
}
member Dependencies : string[] with get, set
Public Property Dependencies As String()

Property Value

Type: System.String[]

An array of String objects.

See Also

ItemParameter Class
ReportService2010 Namespace

Return to top