Compartir a través de


Interfaz IDtsClipboardService

Nota: esta API ya está obsoleta.

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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("Use Microsoft.SqlServer.IntegrationServices.Designer.Model.IClipboardService instead")> _
Public Interface IDtsClipboardService
'Uso
Dim instance As IDtsClipboardService
[ObsoleteAttribute("Use Microsoft.SqlServer.IntegrationServices.Designer.Model.IClipboardService instead")]
public interface IDtsClipboardService
[ObsoleteAttribute(L"Use Microsoft.SqlServer.IntegrationServices.Designer.Model.IClipboardService instead")]
public interface class IDtsClipboardService
[<ObsoleteAttribute("Use Microsoft.SqlServer.IntegrationServices.Designer.Model.IClipboardService instead")>]
type IDtsClipboardService =  interface end
public interface IDtsClipboardService

El tipo IDtsClipboardService expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública 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.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Design