ClrAssemblyFileCollection.Contains Method (ClrAssemblyFile)

 

Applies To: SQL Server (starting with 2016)

Indicates whether the collection contains a specified ClrAssemblyFile.

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

Syntax

public bool Contains(
    ClrAssemblyFile item
)
public:
bool Contains(
    ClrAssemblyFile^ item
)
member Contains : 
        item:ClrAssemblyFile -> bool
Public Function Contains (
    item As ClrAssemblyFile
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the ClrAssemblyFile is contained in the collection; otherwise, false.

See Also

ClrAssemblyFileCollection Class
Microsoft.AnalysisServices Namespace

Return to top