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 | |
---|---|---|
ProjectConnectionsCreatorClass | Initializes a new instance of the ProjectConnectionsCreatorClass class. |
Top
Methods
Name | Description | |
---|---|---|
CreateConnections | Create connections with a specified project. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.