BackupInfo.File プロパティ

バックアップ先のファイルの名前を取得します。値の設定も可能です。

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

構文

'宣言
Public Property File As String 
    Get 
    Set
'使用
Dim instance As BackupInfo 
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
ファイルの名前を表す String です。

関連項目

参照

BackupInfo クラス

Microsoft.AnalysisServices 名前空間