Classe FoldingParameters
Represents the folding parameters and its component.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.FoldingParameters
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("FBE953D4-D212-49E9-8BCA-026B457914D4")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class FoldingParameters _
Inherits Component
'Uso
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
O tipo FoldingParameters expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
FoldingParameters | Initializes a new instance of the FoldingParameters class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Container | (Herdado de 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 | (Herdado de Component.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateObjRef | Segurança crítica. (Herdado de MarshalByRefObject.) | |
Dispose | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
ToString | (Herdado de Component.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Disposed | (Herdado de Component.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.