IDtsClipboardService 接口

注意:此 API 现在已过时。

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.

命名空间:  Microsoft.SqlServer.Dts.Design
程序集:  Microsoft.SqlServer.Dts.Design(在 Microsoft.SqlServer.Dts.Design.dll 中)

语法

声明
<ObsoleteAttribute("Use Microsoft.SqlServer.IntegrationServices.Designer.Model.IClipboardService instead")> _
Public Interface IDtsClipboardService
用法
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

IDtsClipboardService 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Design 命名空间