Compartir a través de


Clase Property

Represents a property of various ADOMD.NET objects.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.Property

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

Sintaxis

'Declaración
Public NotInheritable Class Property
'Uso
Dim instance As [Property]
public sealed class Property
public ref class Property sealed
[<SealedAttribute>]
type Property =  class end
public final class Property

El tipo Property expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Gets a String representing the name of the Property.
Propiedad pública Type Gets a Type representing the type of the Property.
Propiedad pública Value Gets an Object representing the value of the Property.

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two instances of an Object are equal. (Invalida Object.Equals(Object).)
Método público GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público ToString Returns a String that represents the current Property. (Invalida Object.ToString().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two specified instances of Property are equal.
Operador públicoMiembro estático Inequality Determines whether two specified instances of Property are not equal.

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.AdomdClient