Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.