Propriedade do RDL Parameters.Item (Int32)
Returns a parameter object in the parameters collection with the specified index.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Default Property Item ( _
index As Integer _
) As Parameter
Get
'Uso
Dim instance As Parameters
Dim index As Integer
Dim value As Parameter
value = instance(index)
public abstract Parameter this[
int index
] { get; }
public:
virtual property Parameter^ default[int index] {
Parameter^ get (int index) abstract;
}
abstract Item : Parameter
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- index
Tipo: System.Int32
The location of the parameter object within the parameters collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Runtime.Parameter
A parameter object with the specified index.