TraceEventArgs.IntegerData Property

 

Applies To: SQL Server 2016 Preview

Gets the Integer data associated with a TraceEventArgs object.

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

Syntax

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

Property Value

Type: System.Int64

A 64-bit signed integer.

See Also

TraceEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top