Propriedade do RDL BackupSet.FamilyGuid
Unique ID of the original database at creation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property FamilyGuid As Guid
Get
'Uso
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
Valor da propriedade
Tipo: System.Guid
The family GUID.
Comentários
This GUID value remains the same when the database is restored, even to a different name.