Udostępnij przez


DatabaseMaintenanceAdapter.DataAndBackupOnSeparateLogicalVolumes Property

Returns a Boolean value that specifies whether the data and backup files are on separate logical volumes.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public ReadOnly Property DataAndBackupOnSeparateLogicalVolumes As Boolean
public bool DataAndBackupOnSeparateLogicalVolumes { get; }
public:
virtual property bool DataAndBackupOnSeparateLogicalVolumes {
    bool get () sealed;
}
/** @property */
public final boolean get_DataAndBackupOnSeparateLogicalVolumes ()
public final function get DataAndBackupOnSeparateLogicalVolumes () : boolean

Property Value

A Boolean returns true if the database has its data and backup files on different logical volumes. If True, the data and backup files are on separate volumes. Otherwise, False (default).

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.