Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.