다음을 통해 공유


BackupSet.DifferentialBaseGuid 속성

Gets the unique identifier of the differential base for a single-based differential backup.

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

구문

‘선언
Public ReadOnly Property DifferentialBaseGuid As Guid 
    Get
‘사용 방법
Dim instance As BackupSet 
Dim value As Guid 

value = instance.DifferentialBaseGuid
public Guid DifferentialBaseGuid { get; }
public:
property Guid DifferentialBaseGuid {
    Guid get ();
}
member DifferentialBaseGuid : Guid
function get DifferentialBaseGuid () : Guid

속성 값

유형: System.Guid
The differential base GUID.

참고 항목

참조

BackupSet 클래스

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