IDTSDowngradableObject 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents the interface for the DTS downgradable object.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Interface IDTSDowngradableObject
'用途
Dim instance As IDTSDowngradableObject
public interface IDTSDowngradableObject
public interface class IDTSDowngradableObject
type IDTSDowngradableObject = interface end
public interface IDTSDowngradableObject
IDTSDowngradableObject 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
CanDowngradeTo | 基礎結構。Specifies whether the downgradable object can be downgraded to a lower version. | |
DowngradeTo | 基礎結構。Downgrades a downgradable object to a specified version. |
上層