Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Finds the Relationship that has the specified identifier from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Find ( _
id As String _
) As Relationship
'Utilisation
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
Paramètres
- id
Type : System.String
The identifier of the relationship to find.
Valeur de retour
Type : Microsoft.AnalysisServices.Relationship
The searched relationship.