Compartilhar via


Propriedade do RDL IDTSContainer100.Parent

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the parent of the container.

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

Sintaxe

'Declaração
ReadOnly Property Parent As IDTSContainer100 
    Get
'Uso
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

Valor da propriedade

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

Comentários

For more information, see DtsContainer.

Consulte também

Referência

IDTSContainer100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper