RelocateFile Class

The RelocateFile object is a programmatic tool that lets a file be relocated.

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

Syntax

'Declaration
Public Class RelocateFile
'Usage
Dim instance As RelocateFile
public class RelocateFile
public ref class RelocateFile
type RelocateFile =  class end
public class RelocateFile

Remarks

The RelocateFile class is used with the RelocateFiles property to relocate files during a restore operation.

Thread Safety

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.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.RelocateFile

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.