言語

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 です。

適用対象