CubeDimensionPermission 类
Represents the permissions for a single role on a specific dimension in a cube. This class cannot be inherited.
继承层次结构
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..CubeDimensionPermission
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("4666B2A3-340A-46f5-9D59-EEA5B95BA516")> _
Public NotInheritable Class CubeDimensionPermission _
Inherits ModelComponent _
Implements ICloneable
用法
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
CubeDimensionPermission 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
CubeDimensionPermission() () () () | Initializes a new instance of CubeDimensionPermission using the default values. | |
CubeDimensionPermission(String) | Initializes a new instance of CubeDimensionPermission using a CubeDimensionID. |
页首
属性
名称 | 说明 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (从 ModelComponent 继承。) | |
AttributePermissions | Gets the AttributePermissions associated with a CubeDimensionPermission object. | |
CanRaiseEvents | (从 Component 继承。) | |
Container | (从 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. | |
DesignMode | (从 Component 继承。) | |
Dimension | Gets a Dimension from a CubeDimensionPermission. | |
Events | (从 Component 继承。) | |
FriendlyName | 基础结构。 (从 ModelComponent 继承。) | |
KeyForCollection | 基础结构。 (从 ModelComponent 继承。) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (从 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 | (从 Component 继承。) | |
Write | Gets or sets the write access referenced in a CubeDimensionPermission. |
页首
方法
页首
显式接口实现
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。