ProjectConnectionsCreatorClass Class

 

Represents the project connections creator class.

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

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

[ClassInterfaceAttribute(ClassInterfaceType::None)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
[GuidAttribute("D474E7C6-DD8F-40DE-8039-5DA79994766E")]
public ref class ProjectConnectionsCreatorClass : IDTSProjectConnectionsCreator100, 
	ProjectConnectionsCreator

NameDescription
System_CAPS_pubmethodProjectConnectionsCreatorClass()

Initializes a new instance of the ProjectConnectionsCreatorClass class.

NameDescription
System_CAPS_pubmethodCreateConnections(IDTSProject100^)

Create connections with a specified project.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: