Password プロパティ
パスワードを取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property Password As String
Get
Set
'使用
Dim instance As ImpersonationInfo
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
ユーザー アカウントのパスワードを表す system.string です。