Represents the script components evaluator context.
继承层次结构
System.Object
Microsoft.SqlServer.Dts.Pipeline.ScriptComponent.ScriptComponentEvalContext
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.TxScript(在 Microsoft.SqlServer.TxScript.dll 中)
语法
声明
Public Class ScriptComponentEvalContext _
Implements IDTSEvaluatorContext100
用法
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
ScriptComponent.ScriptComponentEvalContext 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
ScriptComponent.ScriptComponentEvalContext | Initializes a new instance of the ScriptComponent.ScriptComponentEvalContext class. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
AllowSensitiveValues | Gets a value that indicates whether the script component allows sensitive values. |
![]() |
Option | Gets the script component option. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。