BackupRestoreBase.DatabaseFileGroups 属性
获取备份或还原操作所针对的 SQL Server 文件组。
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public ReadOnly Property DatabaseFileGroups As StringCollection
Get
用法
Dim instance As BackupRestoreBase
Dim value As StringCollection
value = instance.DatabaseFileGroups
public StringCollection DatabaseFileGroups { get; }
public:
property StringCollection^ DatabaseFileGroups {
StringCollection^ get ();
}
member DatabaseFileGroups : StringCollection
function get DatabaseFileGroups () : StringCollection
属性值
类型:System.Collections.Specialized.StringCollection
一个 StringCollection 系统对象值,该值列出目标文件组的名称。默认情况下,不指定该值。
注释
仅当将 Action 属性设置为 Files 时,才需要 DatabaseFileGroups 属性。 将 Action 属性设置为 Files 时,DatabaseFileGroups 属性或 DatabaseFiles 属性必须指定一个值来说明要备份或还原哪些文件组或文件。
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间