TraceEventArgs.ProgressTotal Property

 

Applies To: SQL Server 2016 Preview

Gets the progress total associated with a TraceEventArgs object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public long ProgressTotal { get; }
public:
property long long ProgressTotal {
    long long get();
}
member ProgressTotal : int64 with get
Public ReadOnly Property ProgressTotal As Long

Property Value

Type: System.Int64

The 64-bit signed integer representation of total progress.

See Also

TraceEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top