SPDatabaseSnapshotCollection.IsSnapshotSupported-Eigenschaft

Ruft einen Wert, der angibt, ob von der aktuellen Version von Microsoft SQL Server für die Datenbank verwendete Datenbanksnapshots unterstützt werden.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property IsSnapshotSupported As Boolean
    Get
'Usage
Dim instance As SPDatabaseSnapshotCollection
Dim value As Boolean

value = instance.IsSnapshotSupported
public bool IsSnapshotSupported { get; }

Eigenschaftswert

Typ: System.Boolean
true , wenn die Version der Microsoft SQL Server Datenbanksnapshots unterstützt; andernfalls false.

Hinweise

Weitere Informationen zu Snapshot Datenbankunterstützung in Microsoft SQL Serverfinden Sie unter Database Snapshots.

Microsoft SharePoint Server versucht, zu erstellen oder Datenbanksnapshots lesen, auch wenn diese Eigenschaft falseist.

Siehe auch

Referenz

SPDatabaseSnapshotCollection Klasse

SPDatabaseSnapshotCollection-Member

Microsoft.SharePoint.Administration.Backup-Namespace