此 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)