Compartilhar via


Classe Property

Represents a property of various ADOMD.NET objects.

Hierarquia de herança

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..Property

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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

O tipo Property expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Name Gets a String representing the name of the Property.
Propriedade pública Type Gets a Type representing the type of the Property.
Propriedade pública Value Gets an Object representing the value of the Property.

Início

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of an Object are equal. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de 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. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Returns a String that represents the current Property. (Substitui Object. . :: . .ToString() () () ().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two specified instances of Property are equal.
Operador públicoMembro estático Inequality Determines whether two specified instances of Property are not equal.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.