Propriedade do RDL BackupSet.DatabaseGuid
Gets the unique ID of the database where the backup was taken.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property DatabaseGuid As Guid
Get
'Uso
Dim instance As BackupSet
Dim value As Guid
value = instance.DatabaseGuid
public Guid DatabaseGuid { get; }
public:
property Guid DatabaseGuid {
Guid get ();
}
member DatabaseGuid : Guid
function get DatabaseGuid () : Guid
Valor da propriedade
Tipo: System.Guid
The database GUID.
Comentários
When the database is restored, a new GUID value is assigned.