Partager via


Méthode IDTSContainer100.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 parent identifier of this container.

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

Syntaxe

'Déclaration
Function GetParentID As String
'Utilisation
Dim instance As IDTSContainer100 
Dim returnValue As String 

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

Valeur de retour

Type : System.String
The parent identifier of this container.

Voir aussi

Référence

IDTSContainer100 Interface

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