Compartir a través de


Property.Type Property

Gets a Type representing the type of the Property.

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property Type As Type
public Type Type { get; }
public:
virtual property Type^ Type {
    Type^ get () sealed;
}
/** @property */
public final Type get_Type ()
public final function get Type () : Type

Valor de propiedad

A Type representing the type of the Property.

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

Property Class
Property Members
Microsoft.AnalysisServices.AdomdServer Namespace