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 a TableMiningStructureColumn object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Columns As MiningStructureColumnCollection
Get
'Usage
Dim instance As TableMiningStructureColumn
Dim value As MiningStructureColumnCollection
value = instance.Columns
[BrowsableAttribute(false)]
public MiningStructureColumnCollection Columns { get; }
[BrowsableAttribute(false)]
public:
property MiningStructureColumnCollection^ Columns {
MiningStructureColumnCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Columns : MiningStructureColumnCollection
function get Columns () : MiningStructureColumnCollection
Property Value
Type: Microsoft.AnalysisServices.MiningStructureColumnCollection
A collection of mining structure columns.