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