Share via


ProjectConnectionsCreator Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

For more information, see ProjectConnectionsCreatorClass.

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

Syntax

'Declaration
<GuidAttribute("DA295D57-3D15-4ABD-894F-983A37CA2A60")> _
Public Interface ProjectConnectionsCreator _
    Inherits IDTSProjectConnectionsCreator100
'Usage
Dim instance As ProjectConnectionsCreator
[GuidAttribute("DA295D57-3D15-4ABD-894F-983A37CA2A60")]
public interface ProjectConnectionsCreator : IDTSProjectConnectionsCreator100
[GuidAttribute(L"DA295D57-3D15-4ABD-894F-983A37CA2A60")]
public interface class ProjectConnectionsCreator : IDTSProjectConnectionsCreator100
[<GuidAttribute("DA295D57-3D15-4ABD-894F-983A37CA2A60")>]
type ProjectConnectionsCreator =  
    interface 
        interface IDTSProjectConnectionsCreator100 
    end
public interface ProjectConnectionsCreator extends IDTSProjectConnectionsCreator100

The ProjectConnectionsCreator type exposes the following members.

Methods

  Name Description
Public method CreateConnections Creates a connection within a specified project. (Inherited from IDTSProjectConnectionsCreator100.)

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace