共用方式為


MiningModelColumn 類別

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<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

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。