ProjectConnectionsCreatorClass-Klasse
Represents the project connections creator class.
Vererbungshierarchie
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
Der ProjectConnectionsCreatorClass-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ProjectConnectionsCreatorClass | Initializes a new instance of the ProjectConnectionsCreatorClass class. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CreateConnections | Create connections with a specified project. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.