Classe MiningModelColumn
Represents information about a column in a MiningModel element. 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..::..MiningModelColumn
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")> _
Public NotInheritable Class MiningModelColumn _
Inherits NamedComponent _
Implements ICloneable
'Utilisation
Dim instance As MiningModelColumn
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")]
public sealed class MiningModelColumn : NamedComponent,
ICloneable
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute(L"686D369C-BFD1-4d56-8A2C-C7041904167B")]
public ref class MiningModelColumn sealed : public NamedComponent,
ICloneable
[<SealedAttribute>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")>]
[<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")>]
type MiningModelColumn =
class
inherit NamedComponent
interface ICloneable
end
public final class MiningModelColumn extends NamedComponent implements ICloneable
Le type MiningModelColumn expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
MiningModelColumn() () () () | Initializes a new instance of the MiningModelColumn class using default values. | |
MiningModelColumn(String, String) | Initializes a new instance of the MiningModelColumn class, using System.Stringname as the name of the mining model column, and System.Stringid as the internal name of the object. |
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 the MiningModelColumn object. | |
Container | (hérité de Component.) | |
Description | (hérité de NamedComponent.) | |
DesignMode | (hérité de Component.) | |
Events | (hérité de Component.) | |
Filter | Gets or sets the filter expression for the mining model column. | |
FriendlyName | (hérité de NamedComponent.) | |
ID | (hérité de NamedComponent.) | |
KeyForCollection | (hérité de NamedComponent.) | |
ModelingFlags | Gets the collection of [ModelingFlags] elements for a column in a MiningModelColumn object. | |
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 a MiningModelColumn object. | |
ParentMiningModel | Gets the parent MiningModel of a MiningModelColumn object. | |
ParentMiningStructure | Gets the parent MiningStructure of a MiningModelColumn object. | |
ParentServer | Gets the parent Server of a MiningModelColumn object. | |
Site | (hérité de NamedComponent.) | |
SiteID | (hérité de NamedComponent.) | |
SourceColumn | Gets the mining structure column associated with a MiningModelColumn object. | |
SourceColumnID | Gets or sets a source column identifier for a MiningModelColumn object. | |
Translations | Gets the collection of translations associated with a MiningModelColumn object. | |
Usage | Gets or sets how the column from the parent MiningStructure is used in the mining model. |
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.