Interface IDTSDynamicName100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the dynamic name for the DTS.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("E703C13D-BB55-4604-AABE-030431CF5038")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSDynamicName100
'Uso
Dim instance As IDTSDynamicName100
[GuidAttribute("E703C13D-BB55-4604-AABE-030431CF5038")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSDynamicName100
[GuidAttribute(L"E703C13D-BB55-4604-AABE-030431CF5038")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSDynamicName100
[<GuidAttribute("E703C13D-BB55-4604-AABE-030431CF5038")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSDynamicName100 = interface end
public interface IDTSDynamicName100
O tipo IDTSDynamicName100 expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
GetDynamicName | Infraestrutura. Retrieves the dynamic name for the DTS. |
Início