Compartilhar via


Propriedade do RDL IDTSBreakpointTargets100.Item

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the item at the specified index.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSBreakpointTarget100 
    Get
'Uso
Dim instance As IDTSBreakpointTargets100 
Dim Index As Object 
Dim value As IDTSBreakpointTarget100 

value = instance(Index)
IDTSBreakpointTarget100 this[
    Object Index
] { get; }
property IDTSBreakpointTarget100^ default[[InAttribute] Object^ Index] {
    IDTSBreakpointTarget100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSBreakpointTarget100
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • Index
    Tipo: System.Object
    The zero-based index of the item in the collection.

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTarget100
The item at the specified index.

Comentários

For more information, see BreakpointTargets.

Consulte também

Referência

IDTSBreakpointTargets100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper