次の方法で共有


Password プロパティ

レポート サーバーが外部データ ソースへの接続に使用するパスワードを取得または設定します。

名前空間:  ReportExecution2005
アセンブリ:  ReportExecution2005 (ReportExecution2005.dll)

構文

'宣言
Public Property Password As String
    Get
    Set
'使用
Dim instance As DataSourceCredentials
Dim value As String

value = instance.Password

instance.Password = value
public string Password { get; set; }
public:
property String^ Password {
    String^ get ();
    void set (String^ value);
}
member Password : string with get, set
function get Password () : String
function set Password (value : String)

プロパティ値

型: System. . :: . .String
パスワードを表す String です。

説明

セキュリティに関する注意セキュリティに関する注意

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