IDtsClipboardService Interfaz

Definición

Precaución

Use Microsoft.SqlServer.IntegrationServices.Designer.Model.IClipboardService instead

Proporciona a los desarrolladores de software que utilizan la interfaz de usuario para transformacione y tareas la capacidad de consultar si su tarea o transformación se generó a partir de una operación de copiar y pegar o de cortar y pegar.

public interface class IDtsClipboardService
[System.Obsolete("Use Microsoft.SqlServer.IntegrationServices.Designer.Model.IClipboardService instead")]
public interface IDtsClipboardService
[<System.Obsolete("Use Microsoft.SqlServer.IntegrationServices.Designer.Model.IClipboardService instead")>]
type IDtsClipboardService = interface
Public Interface IDtsClipboardService
Atributos

Propiedades

IsPasteActive
Obsoletos.

Obtiene un valor booleano que indica si las operaciones de pegado están activas actualmente. Las tareas y componentes pueden utilizar este valor para ver si se generaron como resultado de una operación de pegar.

Se aplica a