Share via


ScriptComponent.ScriptComponentEvalContext.Option Property

Gets the script component option.

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

Syntax

'Declaration
Public ReadOnly Property Option As Integer 
    Get
'Usage
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

Property Value

Type: System.Int32
The script component option.

Implements

IDTSEvaluatorContext100.Option

See Also

Reference

ScriptComponent.ScriptComponentEvalContext Class

Microsoft.SqlServer.Dts.Pipeline Namespace