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