DataSourceCredentials.Password 屬性

定義

取得或設定連接資料來源時使用的密碼。

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

屬性值

String A 包含連接資料來源時使用的密碼。

適用於