Bagikan melalui


IDTSVariable100.Parent Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the parent container of the variable.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property Parent As IDTSContainer100 
    Get
'Usage
Dim instance As IDTSVariable100 
Dim value As IDTSContainer100 

value = instance.Parent
IDTSContainer100 Parent { get; }
property IDTSContainer100^ Parent {
    IDTSContainer100^ get ();
}
abstract Parent : IDTSContainer100
function get Parent () : IDTSContainer100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100
The parent container of the variable.

Remarks

For more information, see Variable.

See Also

Reference

IDTSVariable100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace