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 | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determines whether two instances of an Object are equal. Esegue l'override di 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. Esegue l'override di Object.GetHashCode(). | |
GetType | Ereditato da Object. | |
ToString | Returns a String that represents the current Property. Esegue l'override di Object.ToString(). |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
Equality | Determines whether two specified instances of Property are equal. | |
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.