IDTSSupportParentExecutionPath100.ParentExecutionPath Property
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 or sets the parent execution path.
public:
property System::String ^ ParentExecutionPath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1)]
public string ParentExecutionPath { get; set; }
[<System.Runtime.InteropServices.DispId(1)>]
member this.ParentExecutionPath : string with get, set
Public Property ParentExecutionPath As String
Property Value
The parent execution path.
- Attributes