Compartir a través de


Clase AdomdRestriction

Restricts the information returned when retrieving schema information from a connection.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdRestriction

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

Sintaxis

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

El tipo AdomdRestriction expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the name of the AdomdRestriction.
Propiedad pública Namespace Gets or sets the XML namespace with which the AdomdRestriction will be serialized.
Propiedad pública Parent Gets the containing collection, or null if the AdomdRestriction is not in a collection.
Propiedad pública Value Gets or sets the value of the AdomdRestriction.

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