MiningParameterCollection.Item Property (String)
Gets the specified MiningParameter from the collection by its name.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As MiningParameter
Get
'Usage
Dim instance As MiningParameterCollection
Dim name As String
Dim value As MiningParameter
value = instance(name)
public MiningParameter this[
string name
] { get; }
public:
property MiningParameter^ default[String^ name] {
MiningParameter^ get (String^ name);
}
member Item : MiningParameter
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
The name of the MiningParameter to return.
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningParameter
The MiningParameter with the specified name.