IDTSProject100.EnsureConnectionsAreLoaded Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Ensures that the connections are loaded for the project.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub EnsureConnectionsAreLoaded
'Usage
Dim instance As IDTSProject100
instance.EnsureConnectionsAreLoaded()
void EnsureConnectionsAreLoaded()
void EnsureConnectionsAreLoaded()
abstract EnsureConnectionsAreLoaded : unit -> unit
function EnsureConnectionsAreLoaded()