Méthode 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
Notes
If the object is not found, the Find method returns null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) , whereas the Item property throws an exception.
Voir aussi