IDTSComponentView100 Interfaz

Definición

Permite revertir los cambios realizados en un objeto IDTSComponentMetaData100 de un componente de flujo de datos.

public interface class IDTSComponentView100
[System.Runtime.InteropServices.Guid("1CC22660-E4D5-46EB-B662-59ADA7319105")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentView100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D48794E2-CF9F-4228-B6DD-179ABF0E6E5D")]
public interface IDTSComponentView100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D7B618FD-C36D-4BF7-83D7-CA1F51485120")]
public interface IDTSComponentView100
[<System.Runtime.InteropServices.Guid("1CC22660-E4D5-46EB-B662-59ADA7319105")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentView100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D48794E2-CF9F-4228-B6DD-179ABF0E6E5D")>]
type IDTSComponentView100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D7B618FD-C36D-4BF7-83D7-CA1F51485120")>]
type IDTSComponentView100 = interface
Public Interface IDTSComponentView100
Atributos

Comentarios

El GetComponentView método recupera una instancia de la IDTSComponentView100 interfaz para un componente de flujo de datos. IDTSComponentView100 Una vez obtenido , los cambios IDTSComponentMetaData100 realizados en se pueden confirmar o revertir mediante los Commit métodos o Cancel .

SQL Server Data Tools (SSDT) usa esta interfaz para permitir a los usuarios cancelar las modificaciones en los componentes de flujo de datos.

Métodos

Cancel()

Cancela los cambios realizados en un IDTSComponentMetaData100 de un componente de flujo de datos.

Commit()

Confirma los cambios realizados en un IDTSComponentMetaData100 de un componente de flujo de datos.

Se aplica a