Share via


MiningModelColumn 클래스

Represents information about a column in a MiningModel element. This class cannot be inherited.

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

구문

‘선언
<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class MiningModelColumn _
    Inherits NamedComponent _
    Implements ICloneable
‘사용 방법
Dim instance As MiningModelColumn
[GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class MiningModelColumn : NamedComponent, 
    ICloneable
[GuidAttribute(L"686D369C-BFD1-4d56-8A2C-C7041904167B")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class MiningModelColumn sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")>]
type MiningModelColumn =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class MiningModelColumn extends NamedComponent implements ICloneable

상속 계층 구조

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices. . :: . .NamedComponent
          Microsoft.AnalysisServices..::..MiningModelColumn

스레드로부터의 안전성

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