RelationshipCollection.Item Propiedad (String)
Gets the Relationship that has the specified identifier from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- id
Tipo: System.String
The identifier of the Relationship to return.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.Relationship
The Relationship specified by the identifier.