Dependencies 屬性
Gets or sets a list of parameters whose values are used to retrieve additional parameter values in a query.
命名空間: ReportService2010
組件: ReportService2010 (在 ReportService2010.dll 中)
語法
'宣告
Public Property Dependencies As String()
Get
Set
'用途
Dim instance As ItemParameter
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.