IDTSObjectVersionUpdate100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents an interface for the version update of data transformatioon services object.

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

语法

声明
<GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")> _
Public Interface IDTSObjectVersionUpdate100
用法
Dim instance As IDTSObjectVersionUpdate100
[GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")]
public interface IDTSObjectVersionUpdate100
[GuidAttribute(L"A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")]
public interface class IDTSObjectVersionUpdate100
[<GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")>]
type IDTSObjectVersionUpdate100 =  interface end
public interface IDTSObjectVersionUpdate100

IDTSObjectVersionUpdate100 类型公开以下成员。

属性

  名称 说明
公共属性 Version 基础结构。Gets the version of the DTS object.

页首

方法

  名称 说明
公共方法 CanUpdate 基础结构。Specifies whether the version of DTS object can be updated.
公共方法 Update 基础结构。Updates the version of the DTS object.

页首

注释

注意注意

This member will be removed in a future version of Microsoft SQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间