Compartilhar via


Propriedade do RDL Item

Gets the IDTSCustomProperty100 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 IDTSCustomProperty100
    Get
'Uso
Dim instance As IDTSCustomPropertyCollection100
Dim Index As Object
Dim value As IDTSCustomProperty100

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

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomProperty100
The IDTSCustomProperty100 specified by the Index parameter.