Freigeben über


IDTSSupportParentExecutionPath100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the support for the parent execution path.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C78C71C7-99F9-49F1-8545-7731681034CB")> _
Public Interface IDTSSupportParentExecutionPath100
'Usage
Dim instance As IDTSSupportParentExecutionPath100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C78C71C7-99F9-49F1-8545-7731681034CB")]
public interface IDTSSupportParentExecutionPath100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C78C71C7-99F9-49F1-8545-7731681034CB")]
public interface class IDTSSupportParentExecutionPath100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C78C71C7-99F9-49F1-8545-7731681034CB")>]
type IDTSSupportParentExecutionPath100 =  interface end
public interface IDTSSupportParentExecutionPath100

Der IDTSSupportParentExecutionPath100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ParentExecutionPath Infrastruktur Gets or sets the parent execution path.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace