RelationshipEndAttributeCollection.Contains Method (String)
Returns a value indicating whether the specified String object occurs within the string that represents the attribute collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
attributeId As String _
) As Boolean
'Usage
Dim instance As RelationshipEndAttributeCollection
Dim attributeId As String
Dim returnValue As Boolean
returnValue = instance.Contains(attributeId)
public bool Contains(
string attributeId
)
public:
bool Contains(
String^ attributeId
)
member Contains :
attributeId:string -> bool
public function Contains(
attributeId : String
) : boolean
Parameters
- attributeId
Type: System.String
The id of the attribute.
Return Value
Type: System.Boolean
true if the specified String object occurs within the collection string; otherwise, false.