RelocateFile Class
The RelocateFile object is a programmatic tool that lets a file be relocated.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
| Name | Description | |
|---|---|---|
![]() | RelocateFile() | Initializes a new instance of the RelocateFile class. |
![]() | RelocateFile(String^, String^) | Initializes a new instance of the RelocateFile class. |
| Name | Description | |
|---|---|---|
![]() | LogicalFileName | Gets or sets the logical file name for the specified file. |
![]() | PhysicalFileName | Gets or sets the physical file name for the specified file. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The RelocateFile class is used with the RelocateFiles property to relocate files during a restore operation.
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


