ManagedComponentHost.HostValidate 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Validates the host.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)
语法
声明
Public Function HostValidate ( _
wrapper As IDTSManagedComponentWrapper100 _
) As DTSValidationStatus
用法
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim returnValue As DTSValidationStatus
returnValue = instance.HostValidate(wrapper)
public DTSValidationStatus HostValidate(
IDTSManagedComponentWrapper100 wrapper
)
public:
virtual DTSValidationStatus HostValidate(
IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostValidate :
wrapper:IDTSManagedComponentWrapper100 -> DTSValidationStatus
override HostValidate :
wrapper:IDTSManagedComponentWrapper100 -> DTSValidationStatus
public final function HostValidate(
wrapper : IDTSManagedComponentWrapper100
) : DTSValidationStatus
参数
- wrapper
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
返回值
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
The validate host.
实现
IDTSManagedComponentHost100.HostValidate(IDTSManagedComponentWrapper100)