IntegerData propriété
Gets the Integer data associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IntegerData As Long
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Int64
A 64-bit signed integer.
Voir aussi