Megosztás:


IDTSDowngradableObject100 Interface

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

Represents the interface for the DTS downgradable object.

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

Syntax

'Declaration
<GuidAttribute("F213348C-BBFF-4243-B112-AAC48E02F6EF")> _
Public Interface IDTSDowngradableObject100
'Usage
Dim instance As IDTSDowngradableObject100
[GuidAttribute("F213348C-BBFF-4243-B112-AAC48E02F6EF")]
public interface IDTSDowngradableObject100
[GuidAttribute(L"F213348C-BBFF-4243-B112-AAC48E02F6EF")]
public interface class IDTSDowngradableObject100
[<GuidAttribute("F213348C-BBFF-4243-B112-AAC48E02F6EF")>]
type IDTSDowngradableObject100 =  interface end
public interface IDTSDowngradableObject100

The IDTSDowngradableObject100 type exposes the following members.

Methods

  Name Description
Public method CanDowngradeTo Infrastructure. Determines whether the downgradable object can be downgraded to a lower version.
Public method DowngradeTo Infrastructure. Downgrades a downgradable object to a specified version.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace