MiningModelColumn.Columns Property
Gets the collection of columns associated with the MiningModelColumn object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<XmlArrayItemAttribute(GetType(MiningModelColumn), ElementName:="Column")> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Columns As MiningModelColumnCollection
[XmlArrayItemAttribute(typeof(MiningModelColumn), ElementName="Column")]
[BrowsableAttribute(false)]
public MiningModelColumnCollection Columns { get; }
[XmlArrayItemAttribute(typeof(MiningModelColumn), ElementName=L"Column")]
[BrowsableAttribute(false)]
public:
property MiningModelColumnCollection^ Columns {
MiningModelColumnCollection^ get ();
}
/** @property */
public MiningModelColumnCollection get_Columns ()
public function get Columns () : MiningModelColumnCollection
Значение свойства
A collection of MiningModelColumn objects.
Синхронизация потоков
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.
См. также
Справочник
MiningModelColumn Class
MiningModelColumn Members
Microsoft.AnalysisServices Namespace