Propriedade do RDL RelationshipEndAttributeCollection.Item (Int32)
Gets the RelationshipEndAttribute at the specified zero-based index.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
index As Integer _
) As RelationshipEndAttribute
Get
'Uso
Dim instance As RelationshipEndAttributeCollection
Dim index As Integer
Dim value As RelationshipEndAttribute
value = instance(index)
public RelationshipEndAttribute this[
int index
] { get; }
public:
property RelationshipEndAttribute^ default[int index] {
RelationshipEndAttribute^ get (int index);
}
member Item : RelationshipEndAttribute
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 in the collection.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.RelationshipEndAttribute
The RelationshipEndAttribute at the specified zero-based index.