Condividi tramite


Proprietà BackupSet.IsSnapshot

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsSnapshot As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

BackupSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo