Propriedade do RDL Item (String)

Gets the Trace THAT HAS the specified identifier from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    id As String _
) As Trace
    Get
'Uso
Dim instance As TraceCollection
Dim id As String
Dim value As Trace

value = instance(id)
public Trace this[
    string id
] { get; }
public:
property Trace^ default[String^ id] {
    Trace^ get (String^ id);
}
member Item : Trace
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.AnalysisServices. . :: . .Trace
The Trace specified by the identifier.

Exceções

Exceção Condição
ArgumentNullException

id is a null reference (Nothing in Visual Basic).

ItemNotFoundException

id does not exist in the collection.