Compartilhar via


Classe AdomdRestriction

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdRestriction

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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

O tipo AdomdRestriction expõe os membros a seguir.

Construtores

  Nome Descrição
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.

Início

Propriedades

  Nome Descrição
Propriedade pública Name Gets or sets the name of the AdomdRestriction.
Propriedade pública Namespace Gets or sets the XML namespace with which the AdomdRestriction will be serialized.
Propriedade pública Parent Gets the containing collection, or null if the AdomdRestriction is not in a collection.
Propriedade pública Value Gets or sets the value of the AdomdRestriction.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdClient