IDTSPackageVersionUpdate100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Defines a method for the update of the package version.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("4CF0C427-2B74-47C2-B665-5E0A2B25E409")> _
Public Interface IDTSPackageVersionUpdate100
'Usage
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
The IDTSPackageVersionUpdate100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
UpdateVersion | Infrastructure. Updates the version of the package. |
Top