Propriedade do RDL Item
Gets the IDTSInput100 object specified by the Index parameter.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSInput100
Get
'Uso
Dim instance As IDTSInputCollection100
Dim Index As Object
Dim value As IDTSInput100
value = instance(Index)
IDTSInput100 this[
Object Index
] { get; }
property IDTSInput100^ default[[InAttribute] Object^ Index] {
IDTSInput100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSInput100
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- Index
Tipo: System. . :: . .Object
The name or index of the IDTSInput100 to retrieve.
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInput100
The IDTSInput100 object specified by the Index parameter.
Comentários
The object parameter can specify the name or index of the input object in the collection. If the input specified by the Index parameter is not found in the collection, a Microsoft.SqlServer.Dts.HResults.DTS_E_ELEMENTNOTFOUND exception occurs.
Consulte também