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 | |
---|---|---|
Name | Gets a String representing the name of the Property. | |
Type | Gets a Type representing the type of the Property. | |
Value | Gets an Object representing the value of the Property. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether two instances of an Object are equal. (Substitui Object.Equals(Object).) | |
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().) | |
GetType | (Herdado de Object.) | |
ToString | Returns a String that represents the current Property. (Substitui Object.ToString().) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality | Determines whether two specified instances of Property are equal. | |
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.