Partager via


Propriété ConstrainedExecutable

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

For more information, see PrecedenceConstraintClass.

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

Syntaxe

'Déclaration
ReadOnly Property ConstrainedExecutable As IDTSExecutable100
    Get
'Utilisation
Dim instance As IDTSPrecedenceConstraint100
Dim value As IDTSExecutable100

value = instance.ConstrainedExecutable
IDTSExecutable100 ConstrainedExecutable { get; }
property IDTSExecutable100^ ConstrainedExecutable {
    IDTSExecutable100^ get ();
}
abstract ConstrainedExecutable : IDTSExecutable100
function get ConstrainedExecutable () : IDTSExecutable100