Partager via


Propriété IDTSPrecedenceConstraints100.Item

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the PrecedenceConstraint object from the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Default Property Item ( _
    Index As Object _
) As PrecedenceConstraint 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Notes

For more information, see PrecedenceConstraints.

Voir aussi

Référence

IDTSPrecedenceConstraints100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper