Compartir a través de


AxesInfo.Axes Property

Gets an OlapInfoAxisCollectionthat represents metadata pertaining to the axes that are associated with the AxesInfo.

Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintaxis

'Declaración
Public ReadOnly Property Axes As OlapInfoAxisCollection
public OlapInfoAxisCollection Axes { get; }
public:
property OlapInfoAxisCollection^ Axes {
    OlapInfoAxisCollection^ get ();
}
/** @property */
public OlapInfoAxisCollection get_Axes ()
public function get Axes () : OlapInfoAxisCollection

Valor de propiedad

An OlapInfoAxisCollection that represents metadata pertaining to the axes associated with the AxesInfo.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

AxesInfo Class
AxesInfo Members
Microsoft.AnalysisServices.AdomdClient Namespace