Share via


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

注釈

パスワードの最大長は 127 文字です。

CredentialRetrievalNonePrompt、または Integrated に設定した場合、このプロパティは無視されます。

適用対象