Поделиться через


ScalarMiningStructureColumn.IsKey Property

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

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute(False)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property IsKey As Boolean
[RefreshPropertiesAttribute(RefreshProperties.All)] 
[DefaultValueAttribute(false)] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")] 
public bool IsKey { get; set; }
[RefreshPropertiesAttribute(RefreshProperties::All)] 
[DefaultValueAttribute(false)] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnUsageTypeConverter, Microsoft.AnalysisServices.Design")] 
public:
property bool IsKey {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsKey ()

/** @property */
public void set_IsKey (boolean value)
public function get IsKey () : boolean

public function set IsKey (value : 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.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ScalarMiningStructureColumn Class
ScalarMiningStructureColumn Members
Microsoft.AnalysisServices Namespace