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. |
上層