次の方法で共有


ReportParameter.Dependencies Property

クエリでの追加パラメータ値を取得するために値が使用されるパラメータの一覧を取得または設定します。

名前空間: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
アセンブリ: ReportExecution2005 (reportexecutionservice.dll 内)

構文

'宣言
<XmlArrayItemAttribute("Dependency")> _
Public Property Dependencies As String()
[XmlArrayItemAttribute("Dependency")] 
public string[] Dependencies { get; set; }
[XmlArrayItemAttribute(L"Dependency")] 
public:
property array<String^>^ Dependencies {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
public String[] get_Dependencies ()

/** @property */
public void set_Dependencies (String[] value)
public function get Dependencies () : String[]

public function set Dependencies (value : String[])

プロパティ値

String オブジェクトの配列です。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ReportParameter Class
ReportParameter Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace