หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.