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 命名空間