Método EventHandlerClass.GetParentID
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 identifier of this container.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable Function GetParentID As String
'Uso
Dim instance As EventHandlerClass
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
Valor de retorno
Tipo: System.String
A String value that represents the parent identifier of this container.
Implementa
IDTSContainer100.GetParentID()