Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the specified MiningServiceParameter from the MiningServiceParameterCollection collection by its name.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
index As String _
) As MiningServiceParameter
Get
'Uso
Dim instance As MiningServiceParameterCollection
Dim index As String
Dim value As MiningServiceParameter
value = instance(index)
public MiningServiceParameter this[
string index
] { get; }
public:
property MiningServiceParameter^ default[String^ index] {
MiningServiceParameter^ get (String^ index);
}
member Item : MiningServiceParameter
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.String
The name of the MiningServiceParameter to find.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter
The parameter with the specified name.
Comentarios
In Microsoft Visual C#, this property is the indexer for the MiningServiceParameterCollection class.