Gets the script component option.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.TxScript(在 Microsoft.SqlServer.TxScript.dll 中)
语法
声明
Public ReadOnly Property Option As Integer
Get
用法
Dim instance As ScriptComponent.ScriptComponentEvalContext
Dim value As Integer
value = instance.Option
public int Option { get; }
public:
virtual property int Option {
int get () sealed;
}
abstract Option : int
override Option : int
final function get Option () : int
属性值
类型:System.Int32
The script component option.
实现
IDTSEvaluatorContext100.Option