Método IDTSProject100.EnsureConnectionsAreLoaded
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Ensures that the connections are loaded for the project.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub EnsureConnectionsAreLoaded
'Uso
Dim instance As IDTSProject100
instance.EnsureConnectionsAreLoaded()
void EnsureConnectionsAreLoaded()
void EnsureConnectionsAreLoaded()
abstract EnsureConnectionsAreLoaded : unit -> unit
function EnsureConnectionsAreLoaded()