Find Método
Gets the AttributeRelationship, with the specified attributeId, from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Find ( _
attributeId As String _
) As AttributeRelationship
'Uso
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
Parámetros
- attributeId
Tipo: System. . :: . .String
Identifies the AttributeRelationship to be returned.
Valor devuelto
Tipo: Microsoft.AnalysisServices. . :: . .AttributeRelationship
The AttributeRelationship if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).
Vea también