言語

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

この特性はNonePrompt、またはIntegratedに設定されている場合CredentialRetrieval無視されます。

適用対象