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 | |
---|---|---|
AdomdRestriction(String, Object) | Initializes a new instance of the AdomdRestriction class using name and value parameters. | |
AdomdRestriction(String, String, Object) | Initializes a new instance of the AdomdRestriction class, using name, namespace, and value parameters. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets or sets the name of the AdomdRestriction. | |
Namespace | Gets or sets the XML namespace with which the AdomdRestriction will be serialized. | |
Parent | Gets the containing collection, or null if the AdomdRestriction is not in a collection. | |
Value | Gets or sets the value of the AdomdRestriction. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.