Condividi tramite


IDTSComponentView100 Interfaccia

Definizione

public interface class IDTSComponentView100
[System.Runtime.InteropServices.Guid("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentView100
[<System.Runtime.InteropServices.Guid("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentView100 = interface
Public Interface IDTSComponentView100
Attributi

Commenti

Il metodo GetComponentView recupera un'istanza dell'interfaccia IDTSComponentView100 per un componente del flusso di dati. Dopo aver ottenuto IDTSComponentView100, le modifiche apportate all'IDTSComponentMetaData100 possono essere commit o rollback usando il metodo Commit o Cancel.

SQL Server Data Tools (SSDT) usa questa interfaccia per consentire agli utenti di annullare le modifiche ai componenti del flusso di dati.

Metodi

Cancel()
Commit()

Si applica a