Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Joins the specified precedence constraint to the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub Join ( _
pPrecedenceConstraint As PrecedenceConstraint _
)
'Usage
Dim instance As IDTSPrecedenceConstraints100
Dim pPrecedenceConstraint As PrecedenceConstraint
instance.Join(pPrecedenceConstraint)
void Join(
PrecedenceConstraint pPrecedenceConstraint
)
void Join(
[InAttribute] PrecedenceConstraint^ pPrecedenceConstraint
)
abstract Join :
pPrecedenceConstraint:PrecedenceConstraint -> unit
function Join(
pPrecedenceConstraint : PrecedenceConstraint
)
Parameters
- pPrecedenceConstraint
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.PrecedenceConstraint
The precedence constraint.
Remarks
For more information, see PrecedenceConstraints.