Condividi tramite


Proprietà Variable.Parent

Gets the parent container of the Variable instance.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DtsContainer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Runtime.DtsContainer
The parent container of the Variable instance.

Vedere anche

Riferimento

Variable Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime