Compartir a través de


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.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
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)

Parámetros

  • column
    A collection of trace columns.

Valor de propiedad

The value of a trace column from a trace event.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

TraceEventArgs Class
TraceEventArgs Members
Microsoft.AnalysisServices Namespace