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.
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.