BackupDatabaseStatement.Files 属性

Gets a list of the files or file groups to back up.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property Files As IList(Of BackupRestoreFileInfo)
    Get
用法
Dim instance As BackupDatabaseStatement 
Dim value As IList(Of BackupRestoreFileInfo)

value = instance.Files
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>
The files or file groups to back up.

请参阅

参考

BackupDatabaseStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间