言語

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

注釈

Important

空白のパスワードは使用しないでください。 強力なパスワードを使用してください。

適用対象