共用方式為


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 命名空間