ConnectionManagerOdbcClass.Validate(IDTSInfoEvents100) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSInfoEvents100 ^ pEvents) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSConnectionManager100::Validate;
[System.Runtime.InteropServices.DispId(5)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSInfoEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DTSExecResult
override this.Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSInfoEvents100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DTSExecResult
Public Overridable Function Validate (pEvents As IDTSInfoEvents100) As DTSExecResult
参数
- pEvents
- IDTSInfoEvents100
返回
实现
- 属性