次の方法で共有


IsKey プロパティ

ScalarMiningStructureColumn オブジェクト内のケースのキーが列に含まれているかどうかを取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property IsKey As Boolean
    Get
    Set
'使用
Dim instance As ScalarMiningStructureColumn
Dim value As Boolean

value = instance.IsKey

instance.IsKey = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")]
public bool IsKey { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property bool IsKey {
    bool get ();
    void set (bool value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")>]
member IsKey : bool with get, set
function get IsKey () : boolean
function set IsKey (value : boolean)

プロパティ値

型: System. . :: . .Boolean
true の場合、ScalarMiningStructureColumn オブジェクト内のケースのキーが列に含まれています。false の場合、含まれていません。

説明

入れ子になっているテーブル構造の各レベルについて、1 つ以上の列をキー列に指定することができます。