RelocateFile Constructor (String, String)
Initializes a new instance of the RelocateFile class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)
Syntax
'Deklaracja
Public Sub New ( _
logicalFileName As String, _
physicalFileName As String _
)
public RelocateFile (
string logicalFileName,
string physicalFileName
)
public:
RelocateFile (
String^ logicalFileName,
String^ physicalFileName
)
public RelocateFile (
String logicalFileName,
String physicalFileName
)
public function RelocateFile (
logicalFileName : String,
physicalFileName : String
)
Parameters
- logicalFileName
A String value that specifies the logical file name.
- physicalFileName
A String value that specifies the physical file name.
Remarks
The default constructor initializes any fields to their default values.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also