Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public ReadOnly Property DataAndLogFilesOnSeparateLogicalVolumes As Boolean
Get
'Usage
Dim instance As DatabasePerformanceAdapter
Dim value As Boolean
value = instance.DataAndLogFilesOnSeparateLogicalVolumes
public bool DataAndLogFilesOnSeparateLogicalVolumes { get; }
public:
virtual property bool DataAndLogFilesOnSeparateLogicalVolumes {
bool get () sealed;
}
abstract DataAndLogFilesOnSeparateLogicalVolumes : bool
override DataAndLogFilesOnSeparateLogicalVolumes : bool
final function get DataAndLogFilesOnSeparateLogicalVolumes () : boolean
Property Value
Type: System.Boolean
Boolean specifying if the database data and log files are on separate volumes.
Implements
IDatabasePerformanceFacet.DataAndLogFilesOnSeparateLogicalVolumes
Remarks
Returns True if the database has its data and log files on different logical volumes.