Share via


BackupSet.FamilyGuid-Eigenschaft

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

Eigenschaftswert

Typ: System.Guid
The family GUID.

Hinweise

This GUID value remains the same when the database is restored, even to a different name.

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace