ExpressionEval.Validate(IDTSVariableDispenser100) 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.
Throws to caller if there was an error
public:
System::Object ^ Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ vars);
public object Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 vars);
member this.Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 -> obj
Public Function Validate (vars As IDTSVariableDispenser100) As Object