Méthode AttributeRelationshipCollection.Find
Gets the AttributeRelationship, with the specified attributeId, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Find ( _
attributeId As String _
) As AttributeRelationship
'Utilisation
Dim instance As AttributeRelationshipCollection
Dim attributeId As String
Dim returnValue As AttributeRelationship
returnValue = instance.Find(attributeId)
public AttributeRelationship Find(
string attributeId
)
public:
AttributeRelationship^ Find(
String^ attributeId
)
member Find :
attributeId:string -> AttributeRelationship
public function Find(
attributeId : String
) : AttributeRelationship
Paramètres
- attributeId
Type : System.String
Identifies the AttributeRelationship to be returned.
Valeur de retour
Type : Microsoft.AnalysisServices.AttributeRelationship
The AttributeRelationship if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).