Свойство BackupInfo.File
Gets or sets the name of the file to back up to.
Пространство имен: 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
A String containing the name of the file.