Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the collection contains the AttributeRelationship, identified by attributeId
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
attributeId As String _
) As Boolean
'Usage
Dim instance As AttributeRelationshipCollection
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
Identifies the AttributeRelationship to be located.
Return Value
Type: System.Boolean
true if the identified AttributeRelationship exists in the collection; otherwise, false