TransformConfigurationValueCallback Delegate

Defines a delegate that is used in transform operations of configuration settings.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Delegate Function TransformConfigurationValueCallback ( _
    value As Object _
) As Object
'Usage
Dim instance As New TransformConfigurationValueCallback(AddressOf HandlerMethod)
public delegate Object TransformConfigurationValueCallback(
    Object value
)
public delegate Object^ TransformConfigurationValueCallback(
    Object^ value
)
type TransformConfigurationValueCallback = 
    delegate of  
        value:Object -> Object
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Return Value

Type: System.Object

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace