Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the Dimensionfrom the collection by its name. In C#, this property is the indexer for the DimensionCollection class.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
index As String _
) As Dimension
Get
'Uso
Dim instance As DimensionCollection
Dim index As String
Dim value As Dimension
value = instance(index)
public Dimension this[
string index
] { get; }
public:
property Dimension^ default[String^ index] {
Dimension^ get (String^ index);
}
member Item : Dimension
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.String
The name of the Dimension to find.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.Dimension
The Dimension with the specified name.