RestoreInfo.File 屬性
Gets or sets the UNC name of the File to restore.
命名空間: 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
A string with the name of the restore file.