Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Allows changes to the IDTSComponentMetaData100 of a data flow component to be rolled back.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
<GuidAttribute("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")> _
Public Interface IDTSComponentView100
'Usage
Dim instance As IDTSComponentView100
[GuidAttribute("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")]
public interface IDTSComponentView100
[GuidAttribute(L"E0C973CF-9FB8-45D7-971D-0666F55C0F4C")]
public interface class IDTSComponentView100
[<GuidAttribute("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")>]
type IDTSComponentView100 = interface end
public interface IDTSComponentView100
Der IDTSComponentView100-Typ macht folgende Elemente verfügbar.
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Cancel | Cancels changes to the IDTSComponentMetaData100 of a data flow component. |
![]() |
Commit | Commits changes to the IDTSComponentMetaData100 of a data flow component. |
Zum Anfang
Hinweise
The GetComponentView method retrieves an instance of the IDTSComponentView100 interface for a data flow component. After the IDTSComponentView100 is obtained, changes to the IDTSComponentMetaData100 can be committed or rolled back by using the Commit or Cancel methods.
SQL Server-Datentools (SSDT) uses this interface to allow users to cancel edits to data flow components.
.gif)