Variable.Parent 속성
Gets the parent container of the Variable instance.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DtsContainer
Get
‘사용 방법
Dim instance As Variable
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 container of the Variable instance.