Partager via


Propriété BackupLocation.File

Gets or sets the name of the file to backup the data source to.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property File As String 
    Get 
    Set
'Utilisation
Dim instance As BackupLocation 
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)

Valeur de propriété

Type : System.String
The file name.

Voir aussi

Référence

BackupLocation Classe

Espace de noms Microsoft.AnalysisServices