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