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
public MiningParameter this [
string name
] { get; }
public:
property MiningParameter^ default [String^] {
MiningParameter^ get (String^ name);
}
/** @property */
public MiningParameter get_Item (String name)
Parameters
- name
The name of the MiningParameter to return.
Property Value
A MiningParameter.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MiningParameterCollection Class
MiningParameterCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace