Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Locates and returns an attribute object in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
attributeId As String _
) As RelationshipEndAttribute
'Usage
Dim instance As RelationshipEndAttributeCollection
Dim attributeId As String
Dim returnValue As RelationshipEndAttribute
returnValue = instance.Find(attributeId)
public RelationshipEndAttribute Find(
string attributeId
)
public:
RelationshipEndAttribute^ Find(
String^ attributeId
)
member Find :
attributeId:string -> RelationshipEndAttribute
public function Find(
attributeId : String
) : RelationshipEndAttribute
Parameters
- attributeId
Type: System.String
The id of the attribute.
Return Value
Type: Microsoft.AnalysisServices.RelationshipEndAttribute
An attribute object in the collection.