Compartilhar via


Propriedade do RDL ScriptComponent.ScriptComponentEvalContext.Option

Gets the script component option.

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

Sintaxe

'Declaração
Public ReadOnly Property Option As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
The script component option.

Implementa

IDTSEvaluatorContext100.Option

Consulte também

Referência

ScriptComponent.ScriptComponentEvalContext Classe

Namespace Microsoft.SqlServer.Dts.Pipeline