Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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