ExpressionEval.IsBoolean(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.
public:
bool IsBoolean(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ vars);
public bool IsBoolean (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 vars);
member this.IsBoolean : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 -> bool
Public Function IsBoolean (vars As IDTSVariableDispenser100) As Boolean