Freigeben über


ScriptComponent.ScriptComponentEvalContext.Option-Eigenschaft

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

Eigenschaftswert

Typ: System.Int32
The script component option.

Implementiert

IDTSEvaluatorContext100.Option

Siehe auch

Verweis

ScriptComponent.ScriptComponentEvalContext Klasse

Microsoft.SqlServer.Dts.Pipeline-Namespace