Share via


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.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")> _
Public NotInheritable Class TableMiningStructureColumn _
    Inherits MiningStructureColumn _
    Implements ICloneable
‘사용 방법
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

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.