Restore.RelocateFiles 属性
Gets the array of database logical file names and operating system physical file names used to redirect database storage when a database is restored to a new physical location.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public ReadOnly Property RelocateFiles As ArrayList
Get
用法
Dim instance As Restore
Dim value As ArrayList
value = instance.RelocateFiles
public ArrayList RelocateFiles { get; }
public:
property ArrayList^ RelocateFiles {
ArrayList^ get ();
}
member RelocateFiles : ArrayList
function get RelocateFiles () : ArrayList
属性值
类型:System.Collections.ArrayList
An ArrayList object that specifies the file names.
注释
The RelocateFiles property requires the RelocateFile object.
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间