Propriété TraceEventArgs.Item

Corresponds to the indexor property in the C# language. It allows indexing of a collection in the same manner as with arrays.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    column As TraceColumn _
) As String 
    Get 
    Set
'Utilisation
Dim instance As TraceEventArgs 
Dim column As TraceColumn 
Dim value As String 

value = instance(column)

instance(column) = value
public string this[
    TraceColumn column
] { get; set; }
public:
property String^ default[TraceColumn column] {
    String^ get (TraceColumn column);
    void set (TraceColumn column, String^ value);
}
member Item : string with get, set
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : System.String
The value of a trace column from a trace event.

Voir aussi

Référence

TraceEventArgs Classe

Espace de noms Microsoft.AnalysisServices