Interface IDtsClipboardService
Provides developers using the task and transform user interface the ability to query if their task or transform was generated as part of a copy/paste or cut/paste operation.
Espace de noms : Microsoft.SqlServer.Dts.Design
Assembly : Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Syntaxe
'Déclaration
Public Interface IDtsClipboardService
'Utilisation
Dim instance As IDtsClipboardService
public interface IDtsClipboardService
public interface class IDtsClipboardService
type IDtsClipboardService = interface end
public interface IDtsClipboardService
Le type IDtsClipboardService expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
IsPasteActive | Gets a Boolean that indicates whether or not paste operations are currently active. Tasks and components can use this value to see if they were generated as a result of a paste operation. |
Haut de la page