Condividi tramite


Classe Property

Represents a property of various ADOMD.NET objects.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Property
'Utilizzo
Dim instance As [Property]
public sealed class Property
public ref class Property sealed
[<SealedAttribute>]
type Property =  class end
public final class Property

Nel tipo Property sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Name Gets a String representing the name of the Property.
Proprietà pubblica Type Gets a Type representing the type of the Property.
Proprietà pubblica Value Gets an Object representing the value of the Property.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two instances of an Object are equal. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Returns a String that represents the current Property. Esegue l'override di Object. . :: . .ToString() () () ().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two specified instances of Property are equal.
Operatore pubblicoMembro statico Inequality Determines whether two specified instances of Property are not equal.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.