Partilhar via


Propriedade do RDL RelocateFile.LogicalFileName

Gets or sets the logical file name for the specified file.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Property LogicalFileName As String 
    Get 
    Set
'Uso
Dim instance As RelocateFile 
Dim value As String 

value = instance.LogicalFileName

instance.LogicalFileName = value
public string LogicalFileName { get; set; }
public:
property String^ LogicalFileName {
    String^ get ();
    void set (String^ value);
}
member LogicalFileName : string with get, set
function get LogicalFileName () : String 
function set LogicalFileName (value : String)

Valor da propriedade

Tipo: System.String
A String value that specifies the logical file name for the specified file.

Comentários

The default constructor initializes any fields to their default values.

Exemplos

Fazendo backup e restaurando bancos de dados e logs de transações

Consulte também

Referência

RelocateFile Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

RESTORE (Transact-SQL)

Fazer backup e restaurar bancos de dados do SQL Server