PrecedenceConstraintClass.PrecedenceExecutable Property

Definition

Gets the name of the precedence executable.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ PrecedenceExecutable { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ get(); };
[System.Runtime.InteropServices.DispId(37)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 PrecedenceExecutable { [System.Runtime.InteropServices.DispId(37)] get; }
[<System.Runtime.InteropServices.DispId(37)>]
[<get: System.Runtime.InteropServices.DispId(37)>]
member this.PrecedenceExecutable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
Public Overridable ReadOnly Property PrecedenceExecutable As IDTSExecutable100

Property Value

The name of the precedence executable.

Implements

Attributes

Applies to