RelocateFile 构造函数 (String, String)
Initializes a new instance of the RelocateFile class.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public Sub New ( _
logicalFileName As String, _
physicalFileName As String _
)
用法
Dim logicalFileName As String
Dim physicalFileName As String
Dim instance As New RelocateFile(logicalFileName, _
physicalFileName)
public RelocateFile(
string logicalFileName,
string physicalFileName
)
public:
RelocateFile(
String^ logicalFileName,
String^ physicalFileName
)
new :
logicalFileName:string *
physicalFileName:string -> RelocateFile
public function RelocateFile(
logicalFileName : String,
physicalFileName : String
)
参数
- logicalFileName
类型:System.String
A String value that specifies the logical file name.
- physicalFileName
类型:System.String
A String value that specifies the physical file name.
注释
The default constructor initializes any fields to their default values.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间