Report.Connections プロパティ

定義

レポートに定義されているデータ接続を取得します。値の設定も可能です。

public:
 property cli::array <Microsoft::SqlServer::Management::ReportConnection ^> ^ Connections { cli::array <Microsoft::SqlServer::Management::ReportConnection ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::ReportConnection ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("Connection", IsNullable=false)]
public Microsoft.SqlServer.Management.ReportConnection[] Connections { get; set; }
[<System.Xml.Serialization.XmlArrayItem("Connection", IsNullable=false)>]
member this.Connections : Microsoft.SqlServer.Management.ReportConnection[] with get, set
Public Property Connections As ReportConnection()

プロパティ値

レポートに定義されているデータ接続。

属性

適用対象