Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of columns associated with the MiningModel object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Columns As MiningModelColumnCollection
Get
'Usage
Dim instance As MiningModel
Dim value As MiningModelColumnCollection
value = instance.Columns
[BrowsableAttribute(false)]
public MiningModelColumnCollection Columns { get; }
[BrowsableAttribute(false)]
public:
property MiningModelColumnCollection^ Columns {
MiningModelColumnCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Columns : MiningModelColumnCollection
function get Columns () : MiningModelColumnCollection
Property Value
Type: Microsoft.AnalysisServices.MiningModelColumnCollection
A collection of columns for the MiningModel.