次の方法で共有


Password プロパティ

データ ソースに接続するときに使用するパスワードを取得または設定します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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 です。