Partager via


TraceEventArgs.Item Property

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 (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    column As TraceColumn _
) As String
public string this [
    TraceColumn column
] { get; set; }
public:
property String^ default [TraceColumn] {
    String^ get (TraceColumn column);
    void set (TraceColumn column, String^ value);
}
/** @property */
public String get_Item (TraceColumn column)

/** @property */
public void set_Item (TraceColumn column, String value)

Paramètres

  • column
    A collection of trace columns.

Valeur de propriété

The value of a trace column from a trace event.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

TraceEventArgs Class
TraceEventArgs Members
Microsoft.AnalysisServices Namespace