Compartir a través de


Clase AdomdProperty

Represents a property of a command.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdProperty

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public NotInheritable Class AdomdProperty
'Uso
Dim instance As AdomdProperty
public sealed class AdomdProperty
public ref class AdomdProperty sealed
[<SealedAttribute>]
type AdomdProperty =  class end
public final class AdomdProperty

El tipo AdomdProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Método público AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets a String representing the name of the AdomdProperty.
Propiedad pública Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Propiedad pública Parent Gets an Object representing the parent of the AdomdProperty.
Propiedad pública Value Gets or sets an Object representing the value of the AdomdProperty.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient