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 | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | Determines whether two instances of an Object are equal. (Invalida Object. . :: . .Equals(Object).) | |
Finalize | (Se hereda de Object.) | |
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() () () ().) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | Returns a String that represents the current Property. (Invalida Object. . :: . .ToString() () () ().) |
Arriba
Operadores
Nombre | Descripción | |
---|---|---|
Equality | Determines whether two specified instances of Property are equal. | |
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.