RelocateFile Class
The RelocateFile object is a programmatic tool that allows a file to be relocated.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Class RelocateFile
public class RelocateFile
public ref class RelocateFile
public class RelocateFile
public class RelocateFile
Remarks
The RelocateFile class is used with the RelocateFiles property to relocate files during a restore operation.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.RelocateFile
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
RelocateFile Members
Microsoft.SqlServer.Management.Smo Namespace