ExternalRoleMemberCollection.Contains(ExternalRoleMember) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified ExternalRoleMember exists in the collection.
public bool Contains (Microsoft.AnalysisServices.ExternalRoleMember item);
member this.Contains : Microsoft.AnalysisServices.ExternalRoleMember -> bool
Public Function Contains (item As ExternalRoleMember) As Boolean
Parameters
- item
- ExternalRoleMember
The ExternalRoleMember whose existence is checked.
Returns
True, if the specified ExternalRoleMember is found in the collection; otherwise, false.