Clase PropertyOrderAttribute

Jerarquía de herencia

System.Object
  System.Attribute
    Microsoft.AnalysisServices.PropertyOrderAttribute

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public Class PropertyOrderAttribute _
    Inherits Attribute
'Uso
Dim instance As PropertyOrderAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public class PropertyOrderAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class PropertyOrderAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Property)>]
type PropertyOrderAttribute =  
    class 
        inherit Attribute 
    end
public class PropertyOrderAttribute extends Attribute

El tipo PropertyOrderAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público PropertyOrderAttribute

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Order
Propiedad pública TypeId (Se hereda de Attribute.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Attribute.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Attribute.)
Método público GetType (Se hereda de Object.)
Método público IsDefaultAttribute (Se hereda de Attribute.)
Método público Match (Se hereda de Attribute.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.Invoke (Se hereda de Attribute.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices