Item Property (Int32)
MiningStructureColumnCollection.Item Property (Int32)

Gets the specified MiningStructureColumn from the MiningStructureColumnCollection collection by its index. In Microsoft Visual C#, this property is the indexer for the MiningStructureColumnCollection class.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
VisualBasicDeclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As MiningStructureColumn
CSharp
public MiningStructureColumn this [
    int index
] { get; }
ManagedCPlusPlus
public:
property MiningStructureColumn^ default [int] {
    MiningStructureColumn^ get (int index);
}
JSharp
/** @property */
public MiningStructureColumn get_Item (int index)
JScript

    

Parameters

index

The zero-based index of the MiningStructureColumn to find.

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.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker