PrecedenceConstraint.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent container of the PrecedenceConstraint.
public:
property Microsoft::SqlServer::Dts::Runtime::DtsContainer ^ Parent { Microsoft::SqlServer::Dts::Runtime::DtsContainer ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.DtsContainer Parent { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Parent : Microsoft.SqlServer.Dts.Runtime.DtsContainer
Public ReadOnly Property Parent As DtsContainer
Property Value
The parent DtsContainer of the PrecedenceConstraint.
- Attributes