BackupSet.IsSnapshot Property
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
Property Value
Type: System.Boolean
true if this instance is a snapshot backup; otherwise, false.