CommandCollection.Contains Method (Command)

 

Applies To: SQL Server 2016 Preview

Indicates whether the collection contains a specified Command.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

CommandCollection Class
Microsoft.AnalysisServices Namespace

Return to top