IManagementDatabaseEstimateTable.GetEstimate Method

Gets the estimate instance for specified estimate GUID and version.
Function GetEstimate( _ 
ByVal estimateGuid As String, _ 
ByVal version As Integer
) As IManagementDatabaseEstimate
This language is not supported or no code example is available.
IManagementDatabaseEstimate GetEstimate( 
string estimateGuid
int version 
)
This language is not supported or no code example is available.

Parameters

estimateGuid
string

The GUID of the estimate.

version
int

The estimate version in numeric format. The current top version is always 0. The oldest is 1, then newer is 2 and so on.

Return Value

IManagementDatabaseEstimate

An estimate instance or null reference (Nothing in Visual Basic) if it couldn't be found.

Remarks
 
Use GetAllEstimateGuids and GetEstimateVersions to get available values for the parameters.
Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition