Propriedade do RDL XmlaWarningCollection.Item

Gets the XmlaWarning at the specified index in the collection.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As XmlaWarning 
    Get
'Uso
Dim instance As XmlaWarningCollection 
Dim index As Integer 
Dim value As XmlaWarning 

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

Parâmetros

Valor da propriedade

Tipo: Microsoft.AnalysisServices.XmlaWarning
The XmlaWarning at the specified index.

Exceções

Exceção Condição
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

Consulte também

Referência

XmlaWarningCollection Classe

Namespace Microsoft.AnalysisServices