ProjectAccessor Class

 

Represents the COM interop project assessor.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Interop
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

System::Object
  Microsoft.SqlServer.Dts.Runtime.Interop::ProjectAccessor

[GuidAttribute("72801DF2-4C75-4CE3-9786-A64C569CEA21")]
[ComVisibleAttribute(true)]
public ref class ProjectAccessor sealed : IDTSProjectAccessor100

NameDescription
System_CAPS_pubmethodProjectAccessor()

Initializes anew instance of the ProjectAccessor class.

NameDescription
System_CAPS_pubmethodCloseProject(IDTSProject100^)

Closes a specified project for the project assessor.

System_CAPS_pubmethodCreateSsisServerExecution(String^, String^, String^, Boolean)

Creates an SSIS server execution.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodOpenProject(String^, String^, IDTSEvents100^)

Opens a specified project for the project assessor.

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: