Compartilhar via


Propriedade do RDL TraceEventArgs.IntegerData

Gets the Integer data associated with a TraceEventArgs object.

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

Sintaxe

'Declaração
Public ReadOnly Property IntegerData As Long 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int64
A 64-bit signed integer.

Consulte também

Referência

TraceEventArgs Classe

Namespace Microsoft.AnalysisServices