IDTSPrecedenceConstraints100.Item-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the PrecedenceConstraint object from the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Object _
) As PrecedenceConstraint
Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- Index
Typ: System.Object
The name, ID, or index to locate in the collection.
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.PrecedenceConstraint
The PrecedenceConstraint object from the collection that matches the index description.
Hinweise
For more information, see PrecedenceConstraints.