Condividi tramite


Classe AttributePermission

Defines the permissions members of a role have on an individual dimension attribute on a cube.

Gerarchia di ereditarietà

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.AttributePermission

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

Sintassi

'Dichiarazione
<GuidAttribute("28E086A9-7107-40d6-A878-77DA5BD59E12")> _
Public NotInheritable Class AttributePermission _
    Inherits ModelComponent _
    Implements ICloneable
'Utilizzo
Dim instance As AttributePermission
[GuidAttribute("28E086A9-7107-40d6-A878-77DA5BD59E12")]
public sealed class AttributePermission : ModelComponent, 
    ICloneable
[GuidAttribute(L"28E086A9-7107-40d6-A878-77DA5BD59E12")]
public ref class AttributePermission sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("28E086A9-7107-40d6-A878-77DA5BD59E12")>]
type AttributePermission =  
    class 
        inherit ModelComponent 
        interface ICloneable 
    end
public final class AttributePermission extends ModelComponent implements ICloneable

Nel tipo AttributePermission sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AttributePermission() Initializes a new instance of AttributePermission using the default values.
Metodo pubblico AttributePermission(String) Initializes a new instance of [:Microsoft.AnalysisServices.AttributePermission] using an identifier.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AllowedSet Gets or sets a set expression.
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà pubblica Attribute Gets or sets the parent attribute to which the permissions relate.
Proprietà pubblica AttributeID Gets or sets the ID of the attribute to which the permissions relate.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica DefaultMember Gets or sets a member expression.
Proprietà pubblica DeniedSet Gets or sets a set expression.
Proprietà pubblica Description Gets or sets the description of the AttributePermission.
Proprietà protetta FriendlyName Infrastruttura. Gets the friendly name of the ModelComponent. Ereditato da ModelComponent.
Proprietà protetta KeyForCollection Infrastruttura. Gets the key used in the collection. Ereditato da ModelComponent.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Infrastruttura. Gets the IModelComponent object that is the parent of the ModelComponent object. Ereditato da ModelComponent.
Proprietà pubblica Site Ereditato da Component.
Proprietà pubblica VisualTotals Gets or sets a value that are displayed for members of this attribute (MDX expression). Default value is “0”.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent.
Metodo pubblico Clone Creates a new full copy of an object.
Metodo pubblico CopyTo Copies an AttributePermission object to the specified object.
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent.
Metodo pubblico Submit() Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico ToString Infrastruttura. Returns a string that represents the current object. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. Esegue l'override di ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates a clone of the AttributePermission object.
Implementazione esplicita dell'interfacciaProprietà privata IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.OwningCollection Gets or sets the collection that owns the current object. Ereditato da ModelComponent.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices