Compartilhar via


Interface IDTSConnectionManagerInit100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Provides methods for initializing the properties of a connection manager.

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

Sintaxe

'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("112263FC-77AF-4811-B2CC-F134EBE9707B")> _
Public Interface IDTSConnectionManagerInit100
'Uso
Dim instance As IDTSConnectionManagerInit100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("112263FC-77AF-4811-B2CC-F134EBE9707B")]
public interface IDTSConnectionManagerInit100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"112263FC-77AF-4811-B2CC-F134EBE9707B")]
public interface class IDTSConnectionManagerInit100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("112263FC-77AF-4811-B2CC-F134EBE9707B")>]
type IDTSConnectionManagerInit100 =  interface end
public interface IDTSConnectionManagerInit100

O tipo IDTSConnectionManagerInit100 expõe os membros a seguir.

Métodos

  Nome Descrição
Método público InitializeConnectionManager Infraestrutura. Initializes the properties of the connection manager instance using the given parameters.

Início

Comentários

This interface is inherited by the ConnectionManagerAdoNetClass and ConnectionManagerSqlMobileClass.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper