Właściwość PrecedenceConstraintClass.ConstrainedExecutable
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat PrecedenceConstraint.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Public Overridable ReadOnly Property ConstrainedExecutable As IDTSExecutable100
Get
'Użycie
Dim instance As PrecedenceConstraintClass
Dim value As IDTSExecutable100
value = instance.ConstrainedExecutable
public virtual IDTSExecutable100 ConstrainedExecutable { get; }
public:
virtual property IDTSExecutable100^ ConstrainedExecutable {
IDTSExecutable100^ get ();
}
abstract ConstrainedExecutable : IDTSExecutable100
override ConstrainedExecutable : IDTSExecutable100
function get ConstrainedExecutable () : IDTSExecutable100
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
Implementacje
Zobacz także