Interface IDTSSupportParentExecutionPath100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the support for the parent execution path.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C78C71C7-99F9-49F1-8545-7731681034CB")> _
Public Interface IDTSSupportParentExecutionPath100
'Uso
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
O tipo IDTSSupportParentExecutionPath100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ParentExecutionPath | Infraestrutura. Gets or sets the parent execution path. |
Início