EventHandlerClass.GetParentID Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent identifier of this container.
public:
virtual System::String ^ GetParentID() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100::GetParentID;
public virtual string GetParentID ();
abstract member GetParentID : unit -> string
override this.GetParentID : unit -> string
Public Overridable Function GetParentID () As String
Returns
A String value that represents the parent identifier of this container.