Role Class
Represents the level of security associated with a group of users. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("28199D46-92B9-47a0-AA19-4ECF2498F30F")> _
Public NotInheritable Class Role _
Inherits MajorObject _
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ICloneable
'Usage
Dim instance As Role
[GuidAttribute("28199D46-92B9-47a0-AA19-4ECF2498F30F")]
public sealed class Role : MajorObject, IMajorObject,
INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable
[GuidAttribute(L"28199D46-92B9-47a0-AA19-4ECF2498F30F")]
public ref class Role sealed : public MajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("28199D46-92B9-47a0-AA19-4ECF2498F30F")>]
type Role =
class
inherit MajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
end
public final class Role extends MajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable
Remarks
A Role may be owned by a Server or by a Database. The definition of the Role includes the users that are members of the Role.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.MajorObject
Microsoft.AnalysisServices.Role
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.