Proprietà IntegerData
Gets the Integer data associated with a TraceEventArgs object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IntegerData As Long
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int64
A 64-bit signed integer.