Per Mausklick bewerten und Feedback geben
MSDN
MSDN Library
SQL Server
SQL Server 2012
Produktdokumentation
TraceEventArgs Class
 IntegerData Property
Alle reduzieren/Alle erweitern Alle reduzieren
Andere Versionen stehen ebenfalls zur Verfügung für:
TraceEventArgs..::.IntegerData Property

Gets the Integer data associated with a TraceEventArgs object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Visual Basic (Declaration)
Public ReadOnly Property IntegerData As Long
    Get
Visual Basic (Usage)
Dim instance As TraceEventArgs
Dim value As Long

value = instance.IntegerData
C#
public long IntegerData { get; }
Visual C++
public:
property long long IntegerData {
    long long get ();
}
F#
member IntegerData : int64
JScript
function get IntegerData () : long

Property Value

Type: Int64
A 64-bit signed integer.
© 2012 Microsoft. Alle Rechte vorbehalten. Nutzungsbedingungen | Markenzeichen | Informationen zur Datensicherheit
Page view tracker