Freigeben über


TableMiningStructureColumn Class

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.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")> _
Public NotInheritable Class TableMiningStructureColumn
    Inherits MiningStructureColumn
    Implements ICloneable
[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
/** @attribute GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0") */ 
public final class TableMiningStructureColumn extends MiningStructureColumn implements ICloneable
GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0") 
public final class TableMiningStructureColumn extends MiningStructureColumn implements ICloneable

Inheritance Hierarchy

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

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

TableMiningStructureColumn Members
Microsoft.AnalysisServices Namespace