Propriété BackupSet.IsSnapshot

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsSnapshot As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo