Freigeben über


Permission-Klasse

Represents an abstract class for permissions management.

Vererbungshierarchie

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.MajorObject
            Microsoft.AnalysisServices.Permission
              Mehr…

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("704998A9-D36C-4597-A95C-278D6093BF5B")> _
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")> _
Public MustInherit Class Permission _
    Inherits MajorObject
'Usage
Dim instance As Permission
[GuidAttribute("704998A9-D36C-4597-A95C-278D6093BF5B")]
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public abstract class Permission : MajorObject
[GuidAttribute(L"704998A9-D36C-4597-A95C-278D6093BF5B")]
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public ref class Permission abstract : public MajorObject
[<AbstractClassAttribute>]
[<GuidAttribute("704998A9-D36C-4597-A95C-278D6093BF5B")>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")>]
type Permission =  
    class 
        inherit MajorObject 
    end
public abstract class Permission extends MajorObject

Der Permission-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode Permission() Initializes a new instance of Permission using the default values. This method is invoked from a derived class or overloaded.
Geschützte Methode Permission(String, String, String) Initializes a new instance of Permission using roleID, user name, and user ID as parameter values. This method is invoked from a derived class or overloaded.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Annotations Gets the collection object of all annotations to current object. (Geerbt von MajorObject.)
Geschützte Eigenschaft CanRaiseEvents (Geerbt von Component.)
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft CreatedTimestamp Gets or sets the date and time of the creation of the object. (Geerbt von MajorObject.)
Öffentliche Eigenschaft Description Gets or sets a description string of current object. (Geerbt von MajorObject.)
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Geschützte Eigenschaft Events (Geerbt von Component.)
Geschützte Eigenschaft FriendlyName Returns a user-friendly name. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft ID Gets or sets the identifier of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft IsLoaded Infrastruktur Gets a value that indicates whether MajorObject have been loaded. (Geerbt von MajorObject.)
Geschützte Eigenschaft KeyForCollection Returns the key used in collections. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft LastSchemaUpdate Gets or sets the date and time when current object schema was last updated. (Geerbt von MajorObject.)
Öffentliche Eigenschaft Name Gets or sets the name of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Infrastruktur Gets the IModelComponent object that is the parent of the ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Process Gets or sets the Process attribute for the parent object.
Öffentliche Eigenschaft Read Gets or sets the Read attribute for the parent object.
Öffentliche Eigenschaft ReadDefinition Gets or sets the ReadDefinition attribute for the parent object.
Öffentliche Eigenschaft Role Gets a Role object for which permissions are being defined.
Öffentliche Eigenschaft RoleID Gets or ets the RoleID of a Role object for which permissions are being defined.
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft SiteID Infrastruktur Gets or sets the identifier for the site associated with the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Write Gets or sets the Write attribute for the parent object.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur Adds a ModelComponent object to the specified container. (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur Displays a ModelComponent object after added to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur Displays a ModelComponent object after moving to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur Displays a ModelComponentCollection after a ModelComponent object is removed. (Geerbt von ModelComponent.)
Geschützte Methode BeforeRemove Infrastruktur Removes the ModelComponent object before the cleanup. (Geerbt von ModelComponent.)
Geschützte Methode Clone Infrastruktur Creates a new copy of the MajorObject object. (Geerbt von MajorObject.)
Geschützte Methode CopyTo(ModelComponent) Infrastruktur Copies a ModelComponent object to the specified object. (Geerbt von ModelComponent.)
Geschützte Methode CopyTo(NamedComponent) Infrastruktur Copies a NamedComponent object to the specified object. (Geerbt von NamedComponent.)
Geschützte Methode CopyTo(MajorObject, Boolean) Infrastruktur Copies a Permission object to the specified object. (Überschreibt MajorObject.CopyTo(MajorObject, Boolean).)
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose() (Geerbt von Component.)
Geschützte Methode Dispose(Boolean) (Geerbt von Component.)
Öffentliche Methode Drop() Removes current object and updates server. (Geerbt von MajorObject.)
Öffentliche Methode Drop(DropOptions) Removes current object and updates server using specified options. (Geerbt von MajorObject.)
Öffentliche Methode Drop(DropOptions, XmlaWarningCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object. (Geerbt von MajorObject.)
Öffentliche Methode Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (Geerbt von MajorObject.)
Öffentliche Methode Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection, Boolean) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (Geerbt von MajorObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Component.)
Geschützte Methode GetCreateReferences Infrastruktur Gets a Hashtable to create references. (Geerbt von MajorObject.)
Öffentliche Methode GetDependents Infrastruktur Gets the dependents to the specified Hashtable. (Geerbt von MajorObject.)
Geschützte Methode GetDropDependents Infrastruktur Gets the drop dependents. (Geerbt von MajorObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetReferences Infrastruktur Gets the objects that the MajorObject references. (Geerbt von MajorObject.)
Geschützte Methode GetService (Geerbt von Component.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUpdateOverwrites Infrastruktur Gets the Hashtable object that overwrites the updated MajorObject. (Geerbt von MajorObject.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Geschützte Methode MemberwiseClone() (Geerbt von Object.)
Geschützte Methode MemberwiseClone(Boolean) (Geerbt von MarshalByRefObject.)
Öffentliche Methode Refresh() Updates current object from server definitions. (Geerbt von MajorObject.)
Öffentliche Methode Refresh(Boolean) Updates current object from server definitions and loaded dependent objects if specified. (Geerbt von MajorObject.)
Öffentliche Methode Refresh(Boolean, RefreshType) Updates current object from server definitions and loaded dependent objects if specified. (Geerbt von MajorObject.)
Geschützte Methode RemoveFromContainer Infrastruktur Removes a ModelComponent object from the specified container. (Geerbt von ModelComponent.)
Geschützte Methode Reset Infrastruktur Resets the component to its initial state. (Geerbt von NamedComponent.)
Öffentliche Methode Submit() Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode ToString Returns a string containing the name of the component. (Geerbt von NamedComponent.)
Öffentliche Methode Update() Updates server definition of current object to actual values using the default values to update dependent objects. (Geerbt von MajorObject.)
Öffentliche Methode Update(UpdateOptions) Updates server definition of current object to actual values using the specified options to update dependent objects. (Geerbt von MajorObject.)
Öffentliche Methode Update(UpdateOptions, UpdateMode) Updates server definition of current object to actual values using the specified options to update dependent objects. (Geerbt von MajorObject.)
Öffentliche Methode Update(UpdateOptions, UpdateMode, XmlaWarningCollection) Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation. (Geerbt von MajorObject.)
Öffentliche Methode Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection) Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. (Geerbt von MajorObject.)
Öffentliche Methode Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean) Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. If analyzeImpactOnly is true, an impact analysis operation is performed with no update operation. (Geerbt von MajorObject.)
Öffentliche Methode Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationResultCollection) Indicates whether the MajorObject is valid. (Geerbt von MajorObject.)
Öffentliche Methode 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. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationResultCollection, ValidationOptions) Indicates whether the MajorObject is valid. (Geerbt von MajorObject.)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the Permission is properly configured. (Überschreibt NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)
Öffentliche Methode Validate(ValidationResultCollection, ValidationOptions, ServerEdition) Indicates whether the MajorObject is valid. (Geerbt von MajorObject.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDeserializationCallback.OnDeserialization Runs when the entire object graph has been deserialized. (Geerbt von MajorObject.)
Explizite SchnittstellenimplementierungPrivate Methode IFormattable.ToString Formats the value of the current instance using the specified format. (Geerbt von NamedComponent.)
Explizite SchnittstellenimplementierungPrivate Methode IDeserializationStartCallback.OnDeserializationBegin Runs when the entire object graph starts to deserialized. (Geerbt von MajorObject.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Geerbt von ModelComponent.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace

Vererbungshierarchie

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.MajorObject
            Microsoft.AnalysisServices.Permission
              Microsoft.AnalysisServices.CubePermission
              Microsoft.AnalysisServices.DatabasePermission
              Microsoft.AnalysisServices.DataSourcePermission
              Microsoft.AnalysisServices.DimensionPermission
              Microsoft.AnalysisServices.MiningModelPermission
              Microsoft.AnalysisServices.MiningStructurePermission