Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID of the ending recovery fork.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property RecoveryForkID As Guid
Get
'Usage
Dim instance As BackupSet
Dim value As Guid
value = instance.RecoveryForkID
public Guid RecoveryForkID { get; }
public:
property Guid RecoveryForkID {
Guid get ();
}
member RecoveryForkID : Guid
function get RecoveryForkID () : Guid
Property Value
Type: System.Guid
The recovery fork ID.