FoldingParameters 클래스
Represents the folding parameters and its component.
상속 계층
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.FoldingParameters
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("FBE953D4-D212-49E9-8BCA-026B457914D4")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class FoldingParameters _
Inherits Component
‘사용 방법
Dim instance As FoldingParameters
[GuidAttribute("FBE953D4-D212-49E9-8BCA-026B457914D4")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class FoldingParameters : Component
[GuidAttribute(L"FBE953D4-D212-49E9-8BCA-026B457914D4")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class FoldingParameters sealed : public Component
[<SealedAttribute>]
[<GuidAttribute("FBE953D4-D212-49E9-8BCA-026B457914D4")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")>]
type FoldingParameters =
class
inherit Component
end
public final class FoldingParameters extends Component
FoldingParameters 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
FoldingParameters | Initializes a new instance of the FoldingParameters class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Container | (Component에서 상속됨) | |
FoldCount | Gets or sets the exact value of folding. | |
FoldIndex | Gets or sets the value of the fold index. | |
FoldMaxCases | Gets or sets the maximum fold cases. | |
FoldTargetAttribute | Gets or sets the specified target of fold. | |
Site | (Component에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
CreateObjRef | 보안에 중요합니다. (MarshalByRefObject에서 상속됨) | |
Dispose | (Component에서 상속됨) | |
Equals | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetLifetimeService | 보안에 중요합니다. (MarshalByRefObject에서 상속됨) | |
GetType | (Object에서 상속됨) | |
InitializeLifetimeService | 보안에 중요합니다. (MarshalByRefObject에서 상속됨) | |
ToString | (Component에서 상속됨) |
맨 위로 이동
이벤트
이름 | 설명 | |
---|---|---|
Disposed | (Component에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.