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 裡面有密碼。

備註

Important

請勿使用空白密碼。 請使用增強式密碼。

適用於