ExpressionBuilder Class

This class supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.DataTransformationServices.Controls
Assembly: Microsoft.DataTransformationServices.Controls (in microsoft.datatransformationservices.controls.dll)

Syntax

'Declaration
<HelpContextAttribute("sql9.dts.designer.expressionbuilder.f1")> _
Public Class ExpressionBuilder
    Inherits DtsForm
[HelpContextAttribute("sql9.dts.designer.expressionbuilder.f1")] 
public class ExpressionBuilder : DtsForm
[HelpContextAttribute(L"sql9.dts.designer.expressionbuilder.f1")] 
public ref class ExpressionBuilder : public DtsForm
/** @attribute HelpContextAttribute("sql9.dts.designer.expressionbuilder.f1") */ 
public class ExpressionBuilder extends DtsForm
HelpContextAttribute("sql9.dts.designer.expressionbuilder.f1") 
public class ExpressionBuilder extends DtsForm

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Windows.Forms.Control
         System.Windows.Forms.ScrollableControl
           System.Windows.Forms.ContainerControl
             System.Windows.Forms.Form
               Microsoft.DataTransformationServices.Controls.DtsForm
                Microsoft.DataTransformationServices.Controls.ExpressionBuilder

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ExpressionBuilder Members
Microsoft.DataTransformationServices.Controls Namespace