Share via


IDTSObjectVersionUpdate100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("A6EC6D9E-A801-4084-8177-B65EBE4C0A5F")> _
Public Interface IDTSObjectVersionUpdate100
'Usage
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

The IDTSObjectVersionUpdate100 type exposes the following members.

Properties

  Name Description
Public property Version Infrastructure. Gets the version of the DTS object.

Top

Methods

  Name Description
Public method CanUpdate Infrastructure. Specifies whether the version of DTS object can be updated.
Public method Update Infrastructure. Updates the version of the DTS object.

Top

Remarks

Note

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.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace