共用方式為


RestoreLocation.File 屬性

Gets or sets a file string associated with a RestoreLocation object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property File As String 
    Get 
    Set
'用途
Dim instance As RestoreLocation 
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
A file name.

請參閱

參考

RestoreLocation 類別

Microsoft.AnalysisServices 命名空間