IDTSDowngradableObject100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents the interface for the DTS downgradable object.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("F213348C-BBFF-4243-B112-AAC48E02F6EF")> _
Public Interface IDTSDowngradableObject100
用法
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
IDTSDowngradableObject100 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
CanDowngradeTo | 基础结构。Determines whether the downgradable object can be downgraded to a lower version. | |
DowngradeTo | 基础结构。Downgrades a downgradable object to a specified version. |
页首