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.

請參閱

參考

Variable 類別

Microsoft.SqlServer.Dts.Runtime 命名空間