Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the name of the precedence executable.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property PrecedenceExecutable As IDTSExecutable100
Get
'Usage
Dim instance As PrecedenceConstraintClass
Dim value As IDTSExecutable100
value = instance.PrecedenceExecutable
public virtual IDTSExecutable100 PrecedenceExecutable { get; }
public:
virtual property IDTSExecutable100^ PrecedenceExecutable {
IDTSExecutable100^ get ();
}
abstract PrecedenceExecutable : IDTSExecutable100
override PrecedenceExecutable : IDTSExecutable100
function get PrecedenceExecutable () : IDTSExecutable100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
The name of the precedence executable.
Implements
IDTSPrecedenceConstraint100.PrecedenceExecutable