OdbcConnectionStringBuilder.Dsn 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與連接相關聯之資料來源名稱 (Data Source Name,DSN) 的名稱。
public:
property System::String ^ Dsn { System::String ^ get(); void set(System::String ^ value); };
public string Dsn { get; set; }
member this.Dsn : string with get, set
Public Property Dsn As String
屬性值
Dsn 屬性的值,如未提供任何值,則為 String.Empty
。
備註
如果當您嘗試設定此屬性時,傳入的值為 null,則會重設 Dsn 屬性。 如果尚未設定值,而且開發人員嘗試擷取 屬性,則傳回值為 String.Empty
。 此屬性會對應至 連接字串 內的 「Dsn」 索引鍵。