Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the parent of the container.
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 IDTSContainer100
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 of the container.
Remarks
For more information, see DtsContainer.