Compartir a través de


AlgorithmParameterCollection.Item[] Propiedad

Definición

Sobrecargas

Item[String]

Obtiene el elemento AlgorithmParameter con el nombre especificado.

Item[Int32]

Obtiene el elemento AlgorithmParameter en el índice especificado.

Item[String]

Obtiene el elemento AlgorithmParameter con el nombre especificado.

public Microsoft.AnalysisServices.AlgorithmParameter this[string name] { get; }
member this.Item(string) : Microsoft.AnalysisServices.AlgorithmParameter
Default Public ReadOnly Property Item(name As String) As AlgorithmParameter

Parámetros

name
String

Nombre del elemento que se va a obtener.

Valor de propiedad

Elemento AlgorithmParameter con el nombre especificado.

Excepciones

No existe un elemento con el nombre especificado en la colección.

Se aplica a

Item[Int32]

Obtiene el elemento AlgorithmParameter en el índice especificado.

public Microsoft.AnalysisServices.AlgorithmParameter this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.AlgorithmParameter
Default Public ReadOnly Property Item(index As Integer) As AlgorithmParameter

Parámetros

index
Int32

Índice de base cero del elemento que se va a obtener.

Valor de propiedad

Elemento AlgorithmParameter en el índice especificado.

Excepciones

El índice especificado no es válido.

Se aplica a