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 | |
---|---|---|
ScriptComponent.ScriptComponentEvalContext | Initializes a new instance of the ScriptComponent.ScriptComponentEvalContext class. |
Top
Properties
Name | Description | |
---|---|---|
AllowSensitiveValues | Gets a value that indicates whether the script component allows sensitive values. | |
Option | Gets the script component option. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.