Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the ID of the starting recovery fork.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property FirstRecoveryForkID As Guid
Get
'Usage
Dim instance As BackupSet
Dim value As Guid
value = instance.FirstRecoveryForkID
public Guid FirstRecoveryForkID { get; }
public:
property Guid FirstRecoveryForkID {
Guid get ();
}
member FirstRecoveryForkID : Guid
function get FirstRecoveryForkID () : Guid
Property Value
Type: System.Guid
The first recovery fork ID.