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.