DataSourceDefinition.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

String,其中包含報表伺服器用來連接資料來源的密碼。

備註

密碼長度上限為127個字元。

如果 CredentialRetrieval 設定為、或,則會忽略這個屬性 None Prompt Integrated

適用於