DesignerDataConnection.ConnectionString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得連接已定義的應用程式連接字串。
public:
property System::String ^ ConnectionString { System::String ^ get(); };
public string ConnectionString { get; }
member this.ConnectionString : string
Public ReadOnly Property ConnectionString As String
屬性值
連接已定義的應用程式連接字串。
備註
屬性ConnectionString包含應用程式用來連接到資料存放區的 連接字串。 您必須使用 IDataEnvironment.GetDesignTimeConnection 方法來傳回適合在設計環境中使用的 連接字串。