IDTSObjectVersionUpdate100 Interface

 

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

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

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

[DefaultMemberAttribute("CanUpdate")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("0B3BE2AC-7892-4747-9F4C-CD113F60F176")]
public interface class IDTSObjectVersionUpdate100

NameDescription
System_CAPS_pubpropertyVersion

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

Gets the version of the DTS object.

NameDescription
System_CAPS_pubmethodCanUpdate(String^)

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

Specifies whether the version of DTS object can be updated.

System_CAPS_pubmethodUpdate(String^%)

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

Updates the version of the DTS object.

System_CAPS_noteNote

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

Return to top
Show: