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.
Unique ID of the original database at creation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property FamilyGuid As Guid
Get
'Usage
Dim instance As BackupSet
Dim value As Guid
value = instance.FamilyGuid
public Guid FamilyGuid { get; }
public:
property Guid FamilyGuid {
Guid get ();
}
member FamilyGuid : Guid
function get FamilyGuid () : Guid
Property Value
Type: System.Guid
The family GUID.
Remarks
This GUID value remains the same when the database is restored, even to a different name.