DataSourceDefinition.ConnectString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資料來源的 連接字串。
public:
property System::String ^ ConnectString { System::String ^ get(); void set(System::String ^ value); };
public string ConnectString { get; set; }
member this.ConnectString : string with get, set
Public Property ConnectString As String
屬性值
A String 包含資料來源的 連接字串。
備註
所使用的 連接字串 是針對屬性中指定的Extension資料擴充而特有的。
若 UseOriginalConnectString 屬性設為 true,則忽略此值。
若未指定值,連接字串 會回復為報告中定義的原始字串或表達式。