Partager via


Méthode ForEachLoopClass.GetParentID

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the ID of the parent container.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Function GetParentID As String
'Utilisation
Dim instance As ForEachLoopClass 
Dim returnValue As String 

returnValue = instance.GetParentID()
public virtual string GetParentID()
public:
virtual String^ GetParentID()
abstract GetParentID : unit -> string  
override GetParentID : unit -> string
public function GetParentID() : String

Valeur de retour

Type : System.String
A string that represents the ID of the parent container.

Implémente

IDTSContainer100.GetParentID()

Voir aussi

Référence

ForEachLoopClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper