Partilhar via


Propriedade do RDL BackupSet.IsSnapshot

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

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

Sintaxe

'Declaração
Public ReadOnly Property IsSnapshot As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo