Report.Connections 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定報告中定義的資料連線。
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()
屬性值
報告中定義的資料連線。
- 屬性