Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an interface for the DTS project assessor.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")> _
Public Interface IDTSProjectAccessor100
'Usage
Dim instance As IDTSProjectAccessor100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")]
public interface IDTSProjectAccessor100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C040D4A3-B096-4E7D-A40C-F1751238EB13")]
public interface class IDTSProjectAccessor100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")>]
type IDTSProjectAccessor100 = interface end
public interface IDTSProjectAccessor100
The IDTSProjectAccessor100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CloseProject | Infrastructure. Closes a specified project for the project assessor. |
![]() |
CreateSsisServerExecution | Infrastructure. Creates an SSIS server execution. |
![]() |
OpenProject | Infrastructure. Opens a specified project for the project assessor. |
Top