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.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MiningStructureColumn
Microsoft.AnalysisServices..::..TableMiningStructureColumn
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")> _
Public NotInheritable Class TableMiningStructureColumn _
Inherits MiningStructureColumn _
Implements ICloneable
'Utilisation
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
Le type TableMiningStructureColumn expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (hérité de ModelComponent.) | |
CanRaiseEvents | (hérité de Component.) | |
Columns | Gets the collection of columns associated with a TableMiningStructureColumn object. | |
Container | (hérité de Component.) | |
Description | (hérité de NamedComponent.) | |
DesignMode | (hérité de Component.) | |
Events | (hérité 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 | (hérité de NamedComponent.) | |
ID | (hérité de NamedComponent.) | |
KeyForCollection | (hérité de NamedComponent.) | |
Name | (hérité de NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (hérité de ModelComponent.) | |
Parent | Infrastructure. (hérité de ModelComponent.) | |
ParentDatabase | Gets the parent Database of the MiningStructureColumn object. (hérité de MiningStructureColumn.) | |
ParentMiningStructure | Gets the parent mining structure of a MiningStructureColumn object. (hérité de MiningStructureColumn.) | |
ParentServer | Gets the parent Database of the MiningStructureColumn object. (hérité de MiningStructureColumn.) | |
Site | (hérité de NamedComponent.) | |
SiteID | (hérité 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. |
Haut de la page
Méthodes
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ICloneable. . :: . .Clone | ||
IFormattable. . :: . .ToString | (hérité de NamedComponent.) | |
IHostableComponent. . :: . .Host | (hérité de ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (hérité de ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (hérité de ModelComponent.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.