Share via


ScriptComponent.ScriptComponentEvalContext Class

Represents the script components evaluator context.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Pipeline.ScriptComponent.ScriptComponentEvalContext

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
Public Class ScriptComponentEvalContext _
    Implements IDTSEvaluatorContext100
'Usage
Dim instance As ScriptComponent.ScriptComponentEvalContext
public class ScriptComponentEvalContext : IDTSEvaluatorContext100
public ref class ScriptComponentEvalContext : IDTSEvaluatorContext100
type ScriptComponentEvalContext =  
    class 
        interface IDTSEvaluatorContext100 
    end
public class ScriptComponentEvalContext implements IDTSEvaluatorContext100

The ScriptComponent.ScriptComponentEvalContext type exposes the following members.

Constructors

  Name Description
Public method ScriptComponent.ScriptComponentEvalContext Initializes a new instance of the ScriptComponent.ScriptComponentEvalContext class.

Top

Properties

  Name Description
Public property AllowSensitiveValues Gets a value that indicates whether the script component allows sensitive values.
Public property Option Gets the script component option.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.SqlServer.Dts.Pipeline Namespace