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