Propriedade do RDL RelationshipCollection.Item (String)
Gets the Relationship that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
id As String _
) As Relationship
Get
'Uso
Dim instance As RelationshipCollection
Dim id As String
Dim value As Relationship
value = instance(id)
public Relationship this[
string id
] { get; }
public:
property Relationship^ default[String^ id] {
Relationship^ get (String^ id);
}
member Item : Relationship
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- id
Tipo: System.String
The identifier of the Relationship to return.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.Relationship
The Relationship specified by the identifier.