Dependencies 属性
Gets or sets a list of parameters whose values are used to retrieve additional parameter values in a query.
命名空间: ReportExecution2005
程序集: ReportExecution2005(在 ReportExecution2005.dll 中)
语法
声明
Public Property Dependencies As String()
Get
Set
用法
Dim instance As ReportParameter
Dim value As String()
value = instance.Dependencies
instance.Dependencies = value
public string[] Dependencies { get; set; }
public:
property array<String^>^ Dependencies {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Dependencies : string[] with get, set
function get Dependencies () : String[]
function set Dependencies (value : String[])
属性值
类型:array<System. . :: . .String> [] () [] []
An array of String objects.