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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.