ManagedComponentHost.HostValidate(IDTSManagedComponentWrapper100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the host.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSValidationStatus HostValidate(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus HostValidate (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper);
abstract member HostValidate : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
override this.HostValidate : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
Public Function HostValidate (wrapper As IDTSManagedComponentWrapper100) As DTSValidationStatus
Parameters
- wrapper
- IDTSManagedComponentWrapper100
The component wrapper.
Returns
The validate host.