Поделиться через


Класс ProjectConnectionsCreatorNeutralClass

Represents the project connections creator neutral class.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("82E01FF0-412A-44B5-BC52-92700524F5E3")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ProjectConnectionsCreatorNeutralClass _
    Implements IDTSProjectConnectionsCreator100, ProjectConnectionsCreatorNeutral
'Применение
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

Тип ProjectConnectionsCreatorNeutralClass обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ProjectConnectionsCreatorNeutralClass Initializes a new instance of the ProjectConnectionsCreatorNeutralClass class.

В начало

Методы

  Имя Описание
Открытый метод CreateConnections Creates connections with the specified project.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper