PrecedenceConstraint.Parent 속성

Gets the parent container of the PrecedenceConstraint.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DtsContainer 
    Get
‘사용 방법
Dim instance As PrecedenceConstraint 
Dim value As DtsContainer 

value = instance.Parent
[BrowsableAttribute(false)]
public DtsContainer Parent { get; }
[BrowsableAttribute(false)]
public:
property DtsContainer^ Parent {
    DtsContainer^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : DtsContainer
function get Parent () : DtsContainer

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.DtsContainer
The parent DtsContainer of the PrecedenceConstraint.

참고 항목

참조

PrecedenceConstraint 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스