Aracılığıyla paylaş


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

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TableMiningStructureColumn Members
Microsoft.AnalysisServices Namespace