TraceEventArgs.IntegerData Property
Gets the Integer data associated with a TraceEventArgs object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property IntegerData As Long
Get
'Usage
Dim instance As TraceEventArgs
Dim value As Long
value = instance.IntegerData
public long IntegerData { get; }
public:
property long long IntegerData {
long long get ();
}
member IntegerData : int64
function get IntegerData () : long
Property Value
Type: System.Int64
A 64-bit signed integer.