Propriedade do RDL Item (String)
Gets the specified AggregationInstanceAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
attributeId As String _
) As AggregationInstanceAttribute
Get
'Uso
Dim instance As AggregationInstanceAttributeCollection
Dim attributeId As String
Dim value As AggregationInstanceAttribute
value = instance(attributeId)
public AggregationInstanceAttribute this[
string attributeId
] { get; }
public:
property AggregationInstanceAttribute^ default[String^ attributeId] {
AggregationInstanceAttribute^ get (String^ attributeId);
}
member Item : AggregationInstanceAttribute
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- attributeId
Tipo: System. . :: . .String
Identifies the AggregationInstanceAttribute to be returned.
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .AggregationInstanceAttribute
The selected AggregationInstanceAttribute object.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | attributeId is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | attributeId does not exist in the collection. |
Consulte também