FunctionEntry Property (DTS)

The FunctionEntry property specifies the function to call in the script.

Applies To
DataPumpTransformationScript Object  

Syntax

object.FunctionEntry [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Function to call in the script

Remarks

FunctionEntry must return an int or long data type that evaluates a valid DTSTransformScript object value.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFunctionEntry(*pRetVal);

HRESULT SetFunctionEntry(NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.