Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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