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
屬性值
String,包含資料來源的連接字串。
備註
使用的連接字串是在屬性中指定的資料延伸模組所特有 Extension 。
如果屬性設定為,則會忽略此值 UseOriginalConnectString true 。
如果未指定任何值,連接字串將會還原成報表中所定義的原始字串或運算式。