Share via


DatabaseFiles 屬性

Gets the operating system files targeted by the backup or restore operation.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public ReadOnly Property DatabaseFiles As StringCollection
    Get
'用途
Dim instance As BackupRestoreBase
Dim value As StringCollection

value = instance.DatabaseFiles
public StringCollection DatabaseFiles { get; }
public:
property StringCollection^ DatabaseFiles {
    StringCollection^ get ();
}
member DatabaseFiles : StringCollection
function get DatabaseFiles () : StringCollection

屬性值

型別:System.Collections.Specialized. . :: . .StringCollection
A StringCollection system object value that lists the names of the targeted files. By default, the value is unspecified.

備註

The DatabaseFiles property is only required when the Action property is set to Files. When the Action property is set to Files, either the DatabaseFileGroups property or the DatabaseFiles property must be given a value to indicate which file groups or files to back up or restore.