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.
Hierarquia de herança
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MiningStructureColumn
Microsoft.AnalysisServices..::..TableMiningStructureColumn
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")> _
Public NotInheritable Class TableMiningStructureColumn _
Inherits MiningStructureColumn _
Implements ICloneable
'Uso
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
O tipo TableMiningStructureColumn expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
TableMiningStructureColumn() () () () | Initializes a new instance of the TableMiningStructureColumn class using default values. | |
TableMiningStructureColumn(String) | Initializes a new instance of Action using a name. | |
TableMiningStructureColumn(String, String) | Initializes a new instance of TableMiningStructureColumn using a name and an identifier. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Herdado de ModelComponent.) | |
CanRaiseEvents | (Herdado de Component.) | |
Columns | Gets the collection of columns associated with a TableMiningStructureColumn object. | |
Container | (Herdado de Component.) | |
Description | (Herdado de NamedComponent.) | |
DesignMode | (Herdado de Component.) | |
Events | (Herdado de Component.) | |
FilterComponent | Gets or sets the filter component associated with a TableMiningStructureColumn object. | |
ForeignKeyColumns | Gets the foreign key columns associated with a TableMiningStructureColumn object. | |
FriendlyName | (Herdado de NamedComponent.) | |
ID | (Herdado de NamedComponent.) | |
KeyForCollection | (Herdado de NamedComponent.) | |
Name | (Herdado de NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.) | |
Parent | Infraestrutura. (Herdado de ModelComponent.) | |
ParentDatabase | Gets the parent Database of the MiningStructureColumn object. (Herdado de MiningStructureColumn.) | |
ParentMiningStructure | Gets the parent mining structure of a MiningStructureColumn object. (Herdado de MiningStructureColumn.) | |
ParentServer | Gets the parent Database of the MiningStructureColumn object. (Herdado de MiningStructureColumn.) | |
Site | (Herdado de NamedComponent.) | |
SiteID | (Herdado de NamedComponent.) | |
SourceMeasureGroup | Gets or sets the source measure group associated with a TableMiningStructureColumn object. | |
Translations | Gets the collection of translations associated with a TableMiningStructureColumn object. |
Início
Métodos
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable. . :: . .Clone | ||
IFormattable. . :: . .ToString | (Herdado de NamedComponent.) | |
IHostableComponent. . :: . .Host | (Herdado de ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Herdado de ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Herdado de ModelComponent.) |
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.