Méthode MiningContentNodeCollection.Find
Gets the specified MiningContentNode from the collection by its name.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function Find ( _
name As String _
) As MiningContentNode
'Utilisation
Dim instance As MiningContentNodeCollection
Dim name As String
Dim returnValue As MiningContentNode
returnValue = instance.Find(name)
public MiningContentNode Find(
string name
)
public:
MiningContentNode^ Find(
String^ name
)
member Find :
name:string -> MiningContentNode
public function Find(
name : String
) : MiningContentNode
Paramètres
- name
Type : System.String
The name of the MiningContentNode to find.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.MiningContentNode
The MiningContentNode if found in the collection; otherwise, null.
Notes
If the object is not found, the Find method returns null, whereas the Item property throws an exception.