RestoreStatement.Files 属性

获取要还原的文件/文件组/页面的列表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public ReadOnly Property Files As IList(Of BackupRestoreFileInfo)
    Get
public IList<BackupRestoreFileInfo> Files { get; }
public:
property IList<BackupRestoreFileInfo^>^ Files {
    IList<BackupRestoreFileInfo^>^ get ();
}
member Files : IList<BackupRestoreFileInfo>
function get Files () : IList<BackupRestoreFileInfo>

属性值

类型:System.Collections.Generic.IList<BackupRestoreFileInfo>

.NET Framework 安全性

请参见

参考

RestoreStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间