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