Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the unique identifier of the differential base for a single-based differential backup.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property DifferentialBaseGuid As Guid
Get
'Usage
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
Property Value
Type: System.Guid
The differential base GUID.