Condividi tramite


Classe TableMiningStructureColumn

Represents a MiningStructureColumn element that contains nested tables, as opposed to the scalar values associated with the ScalarMiningStructureColumn element that contains scalar values. This class cannot be inherited.

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices. . :: . .NamedComponent
          Microsoft.AnalysisServices. . :: . .MiningStructureColumn
            Microsoft.AnalysisServices..::..TableMiningStructureColumn

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")> _
Public NotInheritable Class TableMiningStructureColumn _
    Inherits MiningStructureColumn _
    Implements ICloneable
'Utilizzo
Dim instance As TableMiningStructureColumn
[GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")]
public sealed class TableMiningStructureColumn : MiningStructureColumn, 
    ICloneable
[GuidAttribute(L"99043B0B-15AC-4d2c-9786-E5622A4354D0")]
public ref class TableMiningStructureColumn sealed : public MiningStructureColumn, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")>]
type TableMiningStructureColumn =  
    class
        inherit MiningStructureColumn
        interface ICloneable
    end
public final class TableMiningStructureColumn extends MiningStructureColumn implements ICloneable

Nel tipo TableMiningStructureColumn sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico TableMiningStructureColumn() () () () Initializes a new instance of the TableMiningStructureColumn class using default values.
Metodo pubblico TableMiningStructureColumn(String) Initializes a new instance of Action using a name.
Metodo pubblico TableMiningStructureColumn(String, String) Initializes a new instance of TableMiningStructureColumn using a name and an identifier.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà protetta CanRaiseEvents Ereditato da Component.
Proprietà pubblica Columns Gets the collection of columns associated with a TableMiningStructureColumn object.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica Description Ereditato da NamedComponent.
Proprietà protetta DesignMode Ereditato da Component.
Proprietà protetta Events Ereditato da Component.
Proprietà pubblica FilterComponent Gets or sets the filter component associated with a TableMiningStructureColumn object.
Proprietà pubblica ForeignKeyColumns Gets the foreign key columns associated with a TableMiningStructureColumn object.
Proprietà protetta FriendlyName Ereditato da NamedComponent.
Proprietà pubblica ID Ereditato da NamedComponent.
Proprietà protetta KeyForCollection Ereditato da NamedComponent.
Proprietà pubblica Name Ereditato da NamedComponent.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Infrastruttura. Ereditato da ModelComponent.
Proprietà pubblica ParentDatabase Gets the parent Database of the MiningStructureColumn object. Ereditato da MiningStructureColumn.
Proprietà pubblica ParentMiningStructure Gets the parent mining structure of a MiningStructureColumn object. Ereditato da MiningStructureColumn.
Proprietà pubblica ParentServer Gets the parent Database of the MiningStructureColumn object. Ereditato da MiningStructureColumn.
Proprietà pubblica Site Ereditato da NamedComponent.
Proprietà pubblica SiteID Ereditato da NamedComponent.
Proprietà pubblica SourceMeasureGroup Gets or sets the source measure group associated with a TableMiningStructureColumn object.
Proprietà pubblica Translations Gets the collection of translations associated with a TableMiningStructureColumn object.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Ereditato da MiningStructureColumn.
Metodo pubblico Clone Creates a new full copy of an object. Esegue l'override di MiningStructureColumn. . :: . .Clone() () () ().
Metodo protetto CopyTo(MiningStructureColumn) Copies a MiningStructureColumn object to the specified object. Ereditato da MiningStructureColumn.
Metodo protetto CopyTo(ModelComponent) Infrastruttura. Ereditato da ModelComponent.
Metodo protetto CopyTo(NamedComponent) Ereditato da NamedComponent.
Metodo pubblico CopyTo(TableMiningStructureColumn) Copies a TableMiningStructureColumn object to the specified object.
Metodo pubblico CreateDerivedColumn() () () () Esegue l'override di MiningStructureColumn. . :: . .CreateDerivedColumn() () () ().
Metodo pubblico CreateDerivedColumn(Boolean)
Metodo pubblico CreateObjRef Ereditato da MarshalByRefObject.
Metodo pubblico Dispose() () () () Ereditato da Component.
Metodo protetto Dispose(Boolean) Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Component.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto Reset Ereditato da NamedComponent.
Metodo pubblico Submit() () () () Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico ToString Ereditato da NamedComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the TableMiningStructureColumn object is valid. Esegue l'override di NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.