Compartilhar via


Propriedade do RDL IDTSPrecedenceConstraints100.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 PrecedenceConstraint object from the collection.

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 PrecedenceConstraint 
    Get
'Uso
Dim instance As IDTSPrecedenceConstraints100 
Dim Index As Object 
Dim value As PrecedenceConstraint 

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

Parâmetros

  • Index
    Tipo: System.Object
    The name, ID, or index to locate in the collection.

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.PrecedenceConstraint
The PrecedenceConstraint object from the collection that matches the index description.

Comentários

For more information, see PrecedenceConstraints.

Consulte também

Referência

IDTSPrecedenceConstraints100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper