Partager via


File propriété

Gets or sets the name of the file to back up to.

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

Syntaxe

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

Valeur de la propriété

Type : System. . :: . .String
A String containing the name of the file.