IDTSPackageVersionUpdate100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines a method for the update of the package version.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("4CF0C427-2B74-47C2-B665-5E0A2B25E409")> _
Public Interface IDTSPackageVersionUpdate100
用法
Dim instance As IDTSPackageVersionUpdate100
[GuidAttribute("4CF0C427-2B74-47C2-B665-5E0A2B25E409")]
public interface IDTSPackageVersionUpdate100
[GuidAttribute(L"4CF0C427-2B74-47C2-B665-5E0A2B25E409")]
public interface class IDTSPackageVersionUpdate100
[<GuidAttribute("4CF0C427-2B74-47C2-B665-5E0A2B25E409")>]
type IDTSPackageVersionUpdate100 = interface end
public interface IDTSPackageVersionUpdate100
IDTSPackageVersionUpdate100 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
UpdateVersion | 基础结构。Updates the version of the package. |
页首