Share via


ProjectConnectionsCreatorNeutralClass Class

Represents the project connections creator neutral class.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<GuidAttribute("82E01FF0-412A-44B5-BC52-92700524F5E3")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ProjectConnectionsCreatorNeutralClass _
    Implements IDTSProjectConnectionsCreator100, ProjectConnectionsCreatorNeutral
'Usage
Dim instance As ProjectConnectionsCreatorNeutralClass
[GuidAttribute("82E01FF0-412A-44B5-BC52-92700524F5E3")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ProjectConnectionsCreatorNeutralClass : IDTSProjectConnectionsCreator100, 
    ProjectConnectionsCreatorNeutral
[GuidAttribute(L"82E01FF0-412A-44B5-BC52-92700524F5E3")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ProjectConnectionsCreatorNeutralClass : IDTSProjectConnectionsCreator100, 
    ProjectConnectionsCreatorNeutral
[<GuidAttribute("82E01FF0-412A-44B5-BC52-92700524F5E3")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ProjectConnectionsCreatorNeutralClass =  
    class 
        interface IDTSProjectConnectionsCreator100 
        interface ProjectConnectionsCreatorNeutral 
    end
public class ProjectConnectionsCreatorNeutralClass implements IDTSProjectConnectionsCreator100, ProjectConnectionsCreatorNeutral

The ProjectConnectionsCreatorNeutralClass type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method CreateConnections Creates connections with the 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