PackageClass.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.
Retrieves the parent identifier of the package.
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
The parent identifier of the package.
Implements
Remarks
For more information, see Package.