Compartir a través de


Axis.Set Property

Gets a Set that contains the set for the Axis.

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

Sintaxis

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

Valor de propiedad

A Set that contains the set for the Axis.

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

Axis Class
Axis Members
Microsoft.AnalysisServices.AdomdClient Namespace