Propriedade do RDL RemoveEventArgs.Index

Gets the index from which to remove the data.

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

Sintaxe

'Declaração
Public ReadOnly Property Index As Integer 
    Get
'Uso
Dim instance As RemoveEventArgs 
Dim value As Integer 

value = instance.Index
public int Index { get; }
public:
property int Index {
    int get ();
}
member Index : int
function get Index () : int

Valor da propriedade

Tipo: System.Int32
The index from which to remove the data.

Consulte também

Referência

RemoveEventArgs Classe

Namespace Microsoft.AnalysisServices