Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Finds the specified MiningModelColumn from the collection by its name.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function Find ( _
name As String _
) As MiningModelColumn
'Usage
Dim instance As MiningModelColumnCollection
Dim name As String
Dim returnValue As MiningModelColumn
returnValue = instance.Find(name)
public MiningModelColumn Find(
string name
)
public:
MiningModelColumn^ Find(
String^ name
)
member Find :
name:string -> MiningModelColumn
public function Find(
name : String
) : MiningModelColumn
Parameter
- name
Typ: System.String
The name of the MiningModelColumn to find.
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdServer.MiningModelColumn
The MiningModelColumn if contained in the collection; otherwise, a nullein NULL-Verweis (Nothing in Visual Basic) reference (Nothing in Visual Basic).
Hinweise
If the Object is not found, the Find method returns nullein NULL-Verweis (Nothing in Visual Basic), whereas the Item property throws an exception.