RemoveEventArgs.Index Property

 

Applies To: SQL Server (starting with 2016)

Gets the index from which to remove the data.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public int Index { get; }
public:
property int Index {
    int get();
}
member Index : int with get
Public ReadOnly Property Index As Integer

Property Value

Type: System.Int32

The index from which to remove the data.

See Also

RemoveEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top