Condividi tramite


MiningModel.Columns Property

Gets the collection of columns associated with the MiningModel object.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
<XmlArrayItemAttribute(GetType(MiningModelColumn), ElementName:="Column")> _
Public ReadOnly Property Columns As MiningModelColumnCollection
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute(typeof(MiningModelColumn), ElementName="Column")] 
public MiningModelColumnCollection Columns { get; }
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute(typeof(MiningModelColumn), ElementName=L"Column")] 
public:
property MiningModelColumnCollection^ Columns {
    MiningModelColumnCollection^ get ();
}
/** @property */
public MiningModelColumnCollection get_Columns ()
public function get Columns () : MiningModelColumnCollection

Valore proprietà

A MiningModelColumnCollection containing the columns for the MiningModel.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MiningModel Class
MiningModel Members
Microsoft.AnalysisServices Namespace