File プロパティ

復元する File の UNC 名を取得します。値の設定も可能です。

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

構文

'宣言
Public Property File As String
    Get
    Set
'使用
Dim instance As RestoreInfo
Dim value As String

value = instance.File

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

プロパティ値

型: System. . :: . .String
復元ファイルの名前を表す文字列です。