TransformConfigurationValueCallback Delegate

 

Applies To: SQL Server 2016 Preview

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

public delegate object TransformConfigurationValueCallback(
    object value
)
public delegate Object^ TransformConfigurationValueCallback(
    Object^ value
)
type TransformConfigurationValueCallback = 
    delegate of 
        value:Object -> Object
Public Delegate Function TransformConfigurationValueCallback (
    value As Object
) As Object

Parameters

Return Value

Type: System.Object

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top