Aracılığıyla paylaş


IDatabasePerformanceFacet.DataAndLogFilesOnSeparateLogicalVolumes Property

Indicates whether the database has its data and log files on different logical volumes.

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

Syntax

'Bildirim
<DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")> _
<DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")> _
ReadOnly Property DataAndLogFilesOnSeparateLogicalVolumes As Boolean
    Get
'Kullanım
Dim instance As IDatabasePerformanceFacet
Dim value As Boolean

value = instance.DataAndLogFilesOnSeparateLogicalVolumes
[DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")]
bool DataAndLogFilesOnSeparateLogicalVolumes { get; }
[DisplayDescriptionKeyAttribute(L"IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")]
[DisplayNameKeyAttribute(L"IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")]
property bool DataAndLogFilesOnSeparateLogicalVolumes {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesDesc")>]
[<DisplayNameKeyAttribute("IDatabasePerformanceFacet_DataAndLogFilesOnSeparateLogicalVolumesName")>]
abstract DataAndLogFilesOnSeparateLogicalVolumes : bool
function get DataAndLogFilesOnSeparateLogicalVolumes () : boolean

Property Value

Type: System.Boolean
A Boolean value that indicates whether the database has its data and log files on different logical volumes.
Returns True if the database has its data and log files on different logical volumes; otherwise, False.

See Also

Reference

IDatabasePerformanceFacet Interface

Microsoft.SqlServer.Management.Smo Namespace