Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.