IDTSObjectVersionUpdate100 インターフェイス

定義

データ変換サービス オブジェクトのバージョン更新のインターフェイスを表します。

public interface class IDTSObjectVersionUpdate100
[System.Runtime.InteropServices.Guid("07115195-F54A-4C52-8D3F-2A1E84B5E223")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSObjectVersionUpdate100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8AE4AC06-4DE5-4464-A804-4F00B26DD0A8")]
public interface IDTSObjectVersionUpdate100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1343F95E-8951-4DB9-A95B-0A20D1F43E14")]
public interface IDTSObjectVersionUpdate100
[<System.Runtime.InteropServices.Guid("07115195-F54A-4C52-8D3F-2A1E84B5E223")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSObjectVersionUpdate100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8AE4AC06-4DE5-4464-A804-4F00B26DD0A8")>]
type IDTSObjectVersionUpdate100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1343F95E-8951-4DB9-A95B-0A20D1F43E14")>]
type IDTSObjectVersionUpdate100 = interface
Public Interface IDTSObjectVersionUpdate100
派生
属性

注釈

注意

このメンバーは、今後のバージョンの MicrosoftSQL Server で削除される予定です。 新しい開発作業では、このメンバーの使用を避け、現在このメンバーを使用しているアプリケーションは修正するようにしてください。

プロパティ

Version

DTS オブジェクトのバージョンを取得します。

メソッド

CanUpdate(String)

DTS オブジェクトのバージョンを更新できるかどうかを示します。

Update(String)

DTS オブジェクトのバージョンを更新します。

適用対象