다음을 통해 공유


ScalarMiningStructureColumn.IsKey 속성

Gets or sets a value that indicates whether the column provides the key for the case in a ScalarMiningStructureColumn object.

네임스페이스:  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 if the column provides the key for the case in a ScalarMiningStructureColumn object; otherwise, false.

주의

One or more columns can be designated as key columns for each level of a nested table structure.

참고 항목

참조

ScalarMiningStructureColumn 클래스

Microsoft.AnalysisServices 네임스페이스