Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the parameter with the specified name.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Private Property Item ( _
index As String _
) As Object Implements IDataParameterCollection.Item
Get
Set
'Uso
Dim instance As AdomdParameterCollection
Dim index As String
Dim value As Object
value = CType(instance, IDataParameterCollection).Item(index)
CType(instance, IDataParameterCollection).Item(index) = value
Object IDataParameterCollection.this[
string index
] { get; set; }
private:
virtual property Object^ Item[String^ index] {
Object^ get (String^ index) sealed = IDataParameterCollection::Item::get;
void set (String^ index, Object^ value) sealed = IDataParameterCollection::Item::set;
}
private abstract Item : Object with get, set
private override Item : Object with get, set
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.String
The name of the parameter to get or set.
Valor de la propiedad
Tipo: System.Object
The parameter object with the specified name.
Implementa
IDataParameterCollection.Item[String]