Condividi tramite


Classe AdomdRestriction

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..AdomdRestriction

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class AdomdRestriction
'Utilizzo
Dim instance As AdomdRestriction
public sealed class AdomdRestriction
public ref class AdomdRestriction sealed
[<SealedAttribute>]
type AdomdRestriction =  class end
public final class AdomdRestriction

Nel tipo AdomdRestriction sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AdomdRestriction(String, Object) Initializes a new instance of the AdomdRestriction class using name and value parameters.
Metodo pubblico AdomdRestriction(String, String, Object) Initializes a new instance of the AdomdRestriction class, using name, namespace, and value parameters.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Name Gets or sets the name of the AdomdRestriction.
Proprietà pubblica Namespace Gets or sets the XML namespace with which the AdomdRestriction will be serialized.
Proprietà pubblica Parent Gets the containing collection, or null if the AdomdRestriction is not in a collection.
Proprietà pubblica Value Gets or sets the value of the AdomdRestriction.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.