AddEventArgs.Index Property

 

Applies To: SQL Server 2016 Preview

Gets the number of arguments in the Add event.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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

An integer value with the number of arguments in the Add event.

See Also

AddEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top