Share via


ProjectConnectionsCreatorClass Class

Represents the project connections creator class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ProjectConnectionsCreatorClass

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

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("D2281443-8964-49B5-8670-AC321B75906E")> _
Public Class ProjectConnectionsCreatorClass _
    Implements IDTSProjectConnectionsCreator100, ProjectConnectionsCreator
'Usage
Dim instance As ProjectConnectionsCreatorClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("D2281443-8964-49B5-8670-AC321B75906E")]
public class ProjectConnectionsCreatorClass : IDTSProjectConnectionsCreator100, 
    ProjectConnectionsCreator
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"D2281443-8964-49B5-8670-AC321B75906E")]
public ref class ProjectConnectionsCreatorClass : IDTSProjectConnectionsCreator100, 
    ProjectConnectionsCreator
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("D2281443-8964-49B5-8670-AC321B75906E")>]
type ProjectConnectionsCreatorClass =  
    class 
        interface IDTSProjectConnectionsCreator100 
        interface ProjectConnectionsCreator 
    end
public class ProjectConnectionsCreatorClass implements IDTSProjectConnectionsCreator100, ProjectConnectionsCreator

The ProjectConnectionsCreatorClass type exposes the following members.

Constructors

  Name Description
Public method ProjectConnectionsCreatorClass Initializes a new instance of the ProjectConnectionsCreatorClass class.

Top

Methods

  Name Description
Public method CreateConnections Create connections with a specified project.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace