Aracılığıyla paylaş


BackupSet.FamilyGuid Property

Unique ID of the original database at creation.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public ReadOnly Property FamilyGuid As Guid
    Get
'Kullanım
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.

See Also

Reference

BackupSet Class

Microsoft.SqlServer.Management.Smo Namespace