Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the unique backup set identification number that identifies the backup set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property BackupSetGuid As Guid
Get
'Usage
Dim instance As BackupSet
Dim value As Guid
value = instance.BackupSetGuid
public Guid BackupSetGuid { get; }
public:
property Guid BackupSetGuid {
Guid get ();
}
member BackupSetGuid : Guid
function get BackupSetGuid () : Guid
Property Value
Type: System.Guid
The backup set GUID.