DatabasePerformanceAdapter.DataAndLogFilesOnSeparateLogicalVolumes Property
Specifies if data and log files are on separate volumes.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public ReadOnly Property DataAndLogFilesOnSeparateLogicalVolumes As Boolean
public bool DataAndLogFilesOnSeparateLogicalVolumes { get; }
public:
virtual property bool DataAndLogFilesOnSeparateLogicalVolumes {
bool get () sealed;
}
/** @property */
public final boolean get_DataAndLogFilesOnSeparateLogicalVolumes ()
public final function get DataAndLogFilesOnSeparateLogicalVolumes () : boolean
Property Value
Boolean specifying if the database data and log files are on separate volumes.
Remarks
Returns True if the database has its data and log files on different logical volumes.
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.