Compartilhar via


Interface ConnectionManagerHost

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

For more information, see ConnectionManagerHostClass.

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

Sintaxe

'Declaração
<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")> _
Public Interface ConnectionManagerHost _
    Inherits IDTSName100
'Uso
Dim instance As ConnectionManagerHost
[GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface ConnectionManagerHost : IDTSName100
[GuidAttribute(L"81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface class ConnectionManagerHost : IDTSName100
[<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")>]
type ConnectionManagerHost =  
    interface 
        interface IDTSName100 
    end
public interface ConnectionManagerHost extends IDTSName100

O tipo ConnectionManagerHost expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CreationName Infraestrutura. For more information, see IDTSName. (Herdado de IDTSName100.)
Propriedade pública Description Infraestrutura. For more information, see IDTSName. (Herdado de IDTSName100.)
Propriedade pública ID Infraestrutura. For more information, see IDTSName. (Herdado de IDTSName100.)
Propriedade pública Name Infraestrutura. For more information, see IDTSName. (Herdado de IDTSName100.)

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper