Interfaccia IDTSProjectAccessor100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents an interface for the DTS project assessor.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")> _
Public Interface IDTSProjectAccessor100
'Utilizzo
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

Nel tipo IDTSProjectAccessor100 sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico CloseProject Infrastruttura. Closes a specified project for the project assessor.
Metodo pubblico CreateSsisServerExecution Infrastruttura. Creates an SSIS server execution.
Metodo pubblico OpenProject Infrastruttura. Opens a specified project for the project assessor.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper