IDTSVariable100.Parent Property

Definition

Gets the parent container of the variable.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100 ^ Parent { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100 ^ get(); };
[System.Runtime.InteropServices.DispId(12)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100 Parent { [System.Runtime.InteropServices.DispId(12)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
member this.Parent : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100
Public ReadOnly Property Parent As IDTSContainer100

Property Value

The parent container of the variable.

Attributes

Remarks

For more information, see Variable.

Applies to