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. |
맨 위로 이동