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 | |
---|---|---|
ProjectConnectionsCreatorNeutralClass | Initializes a new instance of the ProjectConnectionsCreatorNeutralClass class. |
Top
Methods
Name | Description | |
---|---|---|
CreateConnections | Creates connections with the 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.