PrecedenceConstraint.Parent Property

Definition

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

Applies to