Share via


BackupSet.IsSnapshot-Eigenschaft

Gets a value that indicates whether the backup was taken using the SNAPSHOT option.

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

Syntax

'Declaration
Public ReadOnly Property IsSnapshot As Boolean 
    Get
'Usage
Dim instance As BackupSet 
Dim value As Boolean 

value = instance.IsSnapshot
public bool IsSnapshot { get; }
public:
property bool IsSnapshot {
    bool get ();
}
member IsSnapshot : bool
function get IsSnapshot () : boolean

Eigenschaftswert

Typ: System.Boolean
true if this instance is a snapshot backup; otherwise, false.

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace