Classe CubeDimensionPermission
Represents the permissions for a single role on a specific dimension in a cube. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.CubeDimensionPermission
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("4666B2A3-340A-46f5-9D59-EEA5B95BA516")> _
Public NotInheritable Class CubeDimensionPermission _
Inherits ModelComponent _
Implements ICloneable
'Utilizzo
Dim instance As CubeDimensionPermission
[GuidAttribute("4666B2A3-340A-46f5-9D59-EEA5B95BA516")]
public sealed class CubeDimensionPermission : ModelComponent,
ICloneable
[GuidAttribute(L"4666B2A3-340A-46f5-9D59-EEA5B95BA516")]
public ref class CubeDimensionPermission sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("4666B2A3-340A-46f5-9D59-EEA5B95BA516")>]
type CubeDimensionPermission =
class
inherit ModelComponent
interface ICloneable
end
public final class CubeDimensionPermission extends ModelComponent implements ICloneable
Nel tipo CubeDimensionPermission sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
CubeDimensionPermission() | Initializes a new instance of CubeDimensionPermission using the default values. |
![]() |
CubeDimensionPermission(String) | Initializes a new instance of CubeDimensionPermission using a CubeDimensionID. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. |
![]() |
AttributePermissions | Gets the AttributePermissions associated with a CubeDimensionPermission object. |
![]() |
Container | Ereditato da Component. |
![]() |
CubeDimension | Gets a CubeDimension associated with a CubeDimensionPermission. |
![]() |
CubeDimensionID | Gets or sets a CubeDimensionID associated with a CubeDimensionPermission. |
![]() |
Description | Gets or sets a Description from a CubeDimensionPermission. |
![]() |
Dimension | Gets a Dimension from a CubeDimensionPermission. |
![]() |
FriendlyName | Infrastruttura. Gets the friendly name of the ModelComponent. Ereditato da ModelComponent. |
![]() |
KeyForCollection | Infrastruttura. Gets the key used in the collection. Ereditato da ModelComponent. |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent. |
![]() |
Parent | Gets the parent of the CubeDimensionPermission. That parent is the CubePermission itself. |
![]() |
ParentCube | Gets the ParentCube referenced in a CubeDimensionPermission. |
![]() |
ParentDatabase | Gets the ParentCube referenced in a CubeDimensionPermission. |
![]() |
ParentServer | Gets the ParentServer referenced by a CubeDimensionPermission. |
![]() |
Read | Gets or sets the read access status referenced in a CubeDimensionPermission. |
![]() |
Site | Ereditato da Component. |
![]() |
Write | Gets or sets the write access referenced in a CubeDimensionPermission. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
AddToContainer | Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent. |
![]() |
AfterInsert | Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent. |
![]() |
AfterMove | Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent. |
![]() |
AfterRemove | Infrastruttura. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent. |
![]() |
BeforeRemove | Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent. |
![]() |
Clone | Creates a new, full copy of an object. |
![]() |
CopyTo | Copies a CubeDimensionPermission object to the specified object. |
![]() |
CreateObjRef | Criticità per la sicurezza. Ereditato da MarshalByRefObject. |
![]() |
Dispose | Ereditato da Component. |
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. |
![]() |
GetType | Ereditato da Object. |
![]() |
InitializeLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. |
![]() |
RemoveFromContainer | Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent. |
![]() |
Submit() | Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent. |
![]() |
Submit(Boolean) | Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent. |
![]() |
ToString | Infrastruttura. Returns a string that represents the current object. Ereditato da ModelComponent. |
![]() |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent. |
![]() |
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. |
![]() |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Determines whether the CubeDimensionPermission is valid. Esegue l'override di ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition). |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
![]() |
Disposed | Ereditato da Component. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of this object instance. |
![]() ![]() |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. Ereditato da ModelComponent. |
![]() ![]() |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. Ereditato da ModelComponent. |
![]() ![]() |
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.