Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Finds the MiningModelColumn that has the specified name from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function FindByName ( _
name As String _
) As MiningModelColumn
'Usage
Dim instance As MiningModelColumnCollection
Dim name As String
Dim returnValue As MiningModelColumn
returnValue = instance.FindByName(name)
public MiningModelColumn FindByName(
string name
)
public:
MiningModelColumn^ FindByName(
String^ name
)
member FindByName :
name:string -> MiningModelColumn
public function FindByName(
name : String
) : MiningModelColumn
Parameters
- name
Type: System.String
The name of the MiningModelColumn to return.
Return Value
Type: Microsoft.AnalysisServices.MiningModelColumn
The MiningModelColumn if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).