Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Finds the specified MiningServiceParameter from the MiningServiceParameterCollection 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 MiningServiceParameter
'Utilisation
Dim instance As MiningServiceParameterCollection
Dim name As String
Dim returnValue As MiningServiceParameter
returnValue = instance.Find(name)
public MiningServiceParameter Find(
string name
)
public:
MiningServiceParameter^ Find(
String^ name
)
member Find :
name:string -> MiningServiceParameter
public function Find(
name : String
) : MiningServiceParameter
Paramètres
- name
Type : System.String
The name of the MiningServiceParameter to find.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter
The MiningServiceParameter with the index name.
Notes
If the object is not found, the Find method returns nullune référence Null (Nothing dans Visual Basic), whereas the Item property throws an exception.