ImpactDetailCollection.IndexOf Method (ImpactDetail)
Applies To: SQL Server (starting with 2016)
Gets the index of a specified ImpactDetail.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public int IndexOf(
ImpactDetail item
)
public:
int IndexOf(
ImpactDetail^ item
)
member IndexOf :
item:ImpactDetail -> int
Public Function IndexOf (
item As ImpactDetail
) As Integer
Parameters
item
Type: Microsoft.AnalysisServices.ImpactDetailThe ImpactDetail to be returned.
Return Value
Type: System.Int32
The zero-based index of the ImpactDetail if the object is found; otherwise, -1.
See Also
ImpactDetailCollection Class
Microsoft.AnalysisServices Namespace
Return to top