次の方法で共有


Variable.Parent プロパティ

Variable インスタンスの親コンテナーを取得します。

名前空間:  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
Variable インスタンスの親コンテナーです。

関連項目

参照

Variable クラス

Microsoft.SqlServer.Dts.Runtime 名前空間