RestoreInfo.Password プロパティ

復元ファイルを読み取るために必要な Password を取得します。値の設定も可能です。

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

構文

'宣言
Public Property Password As String 
    Get 
    Set
'使用
Dim instance As RestoreInfo 
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
復元ファイルの読み取りに必要なパスワードとなる文字列です。

説明

パスワードがファイル内のパスワードと一致しなかった場合、復元操作は失敗します。

関連項目

参照

RestoreInfo クラス

Microsoft.AnalysisServices 名前空間