IDTSDowngradeSettings100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents the downgrade settings.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("C42B5304-FD68-4A01-A30E-603643F926CF")> _
Public Interface IDTSDowngradeSettings100
用法
Dim instance As IDTSDowngradeSettings100
[GuidAttribute("C42B5304-FD68-4A01-A30E-603643F926CF")]
public interface IDTSDowngradeSettings100
[GuidAttribute(L"C42B5304-FD68-4A01-A30E-603643F926CF")]
public interface class IDTSDowngradeSettings100
[<GuidAttribute("C42B5304-FD68-4A01-A30E-603643F926CF")>]
type IDTSDowngradeSettings100 = interface end
public interface IDTSDowngradeSettings100
IDTSDowngradeSettings100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
DowngradeMode | 基础结构。Gets or sets a value that indicates whether setting is a version downgrade. |
![]() |
DowngradeVersion | 基础结构。Gets or sets the downgrade version. |
页首