다음을 통해 공유


BackupSet.IsSnapshot 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property IsSnapshot As Boolean 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

BackupSet 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스