IDtsClipboardService Interface

Definition

Caution

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

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.

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
Attributes

Properties

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.

Applies to