The FunctionEntry property specifies the function to call in the script.
DataPumpTransformationScript Object |
object.FunctionEntry [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Function to call in the script |
FunctionEntry must return an int or long data type that evaluates a valid DTSTransformScript object value.
String
Read/write
HRESULT GetFunctionEntry(*pRetVal);
HRESULT SetFunctionEntry(NewValue);