Classe RelocateFile
The RelocateFile object is a programmatic tool that lets a file be relocated.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..RelocateFile
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public Class RelocateFile
'Utilizzo
Dim instance As RelocateFile
public class RelocateFile
public ref class RelocateFile
type RelocateFile = class end
public class RelocateFile
Nel tipo RelocateFile sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
RelocateFile() () () () | Initializes a new instance of the RelocateFile class. | |
RelocateFile(String, String) | Initializes a new instance of the RelocateFile class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
LogicalFileName | Gets or sets the logical file name for the specified file. | |
PhysicalFileName | Gets or sets the physical file name for the specified file. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
The RelocateFile class is used with the RelocateFiles property to relocate files during a restore operation.
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.