RelocateFile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RelocateFile() | |
RelocateFile(String, String) |
RelocateFile()
public RelocateFile ();
Public Sub New ()
Applies to
RelocateFile(String, String)
public RelocateFile (string logicalFileName, string physicalFileName);
new Microsoft.SqlServer.Management.Smo.RelocateFile : string * string -> Microsoft.SqlServer.Management.Smo.RelocateFile
Public Sub New (logicalFileName As String, physicalFileName As String)
Parameters
- logicalFileName
- String
- physicalFileName
- String