次の方法で共有


MiningModelColumn クラス

MiningModel 要素の列に関する情報を表します。このクラスは継承できません。

名前空間:  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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。