Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 | |
|---|---|---|
![]() |
AdomdProperty(String, Object) | Initializes a new instance of the AdomdProperty class with the name and value of the property. |
![]() |
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 | |
|---|---|---|
![]() |
Name | Gets or sets a String representing the name of the AdomdProperty. |
![]() |
Namespace | Gets or sets a String representing the namespace of the AdomdProperty. |
![]() |
Parent | Gets an Object representing the parent of the AdomdProperty. |
![]() |
Value | Gets or sets an Object representing the value of the AdomdProperty. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
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.
.gif)
.gif)