IDTSContainer100.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:
System::String ^ GetParentID();
[System.Runtime.InteropServices.DispId(35)]
public string GetParentID ();
[<System.Runtime.InteropServices.DispId(35)>]
abstract member GetParentID : unit -> string
Public Function GetParentID () As String
Returns
The parent identifier of this container.
- Attributes