Password プロパティ
レポート サーバーがデータ ソースへの接続に使用するパスワードを取得または設定します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Property Password As String
Get
Set
'使用
Dim instance As DataSourceDefinition
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 です。