Метод RelationshipCollection.Find

Finds the Relationship that has the specified identifier from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Find ( _
    id As String _
) As Relationship
'Применение
Dim instance As RelationshipCollection 
Dim id As String 
Dim returnValue As Relationship 

returnValue = instance.Find(id)
public Relationship Find(
    string id
)
public:
Relationship^ Find(
    String^ id
)
member Find : 
        id:string -> Relationship
public function Find(
    id : String
) : Relationship

Параметры

  • id
    Тип: System.String
    The identifier of the relationship to find.

Возвращаемое значение

Тип: Microsoft.AnalysisServices.Relationship
The searched relationship.

См. также

Справочник

RelationshipCollection Класс

Пространство имен Microsoft.AnalysisServices