MiningStructureColumnCollection.GetByName Method

Gets the MiningStructureColumn, with the specified name, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public MiningStructureColumn GetByName(
    string name
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.MiningStructureColumn
The MiningStructureColumn with the name specified in name.

Exceptions

Exception Condition
ItemNotFoundException

name is not contained by the collection.

See Also

Reference

MiningStructureColumnCollection Class

Microsoft.AnalysisServices Namespace