Olvasás angol nyelven

Megosztás a következőn keresztül:


MiningModelColumnCollection.GetByName Method

Gets the MiningModelColumn that has the specified name from the collection.

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

Syntax

public MiningModelColumn GetByName(
    string name
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.MiningModelColumn
The MiningModelColumn that has the name specified in name.

Exceptions

Exception Condition
ItemNotFoundException

name does not exist in the collection.