Propriété RemoveEventArgs.Index
Gets the index from which to remove the data.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Déclaration
Public ReadOnly Property Index As Integer
Get
'Utilisation
Dim instance As RemoveEventArgs
Dim value As Integer
value = instance.Index
C#
public int Index { get; }
public:
property int Index {
int get ();
}
member Index : int
function get Index () : int
Type : System.Int32
The index from which to remove the data.