Share via


MessageDelegate Delegate

 

Delegate for messaging events

Namespace:   Microsoft.SqlServer.Dac.Compatibility
Assembly:  Microsoft.SqlServer.Dac.Compatibility (in Microsoft.SqlServer.Dac.Compatibility.dll)

Syntax

public delegate void MessageDelegate(
    string message
)
public delegate void MessageDelegate(
    String^ message
)
type MessageDelegate = 
    delegate of 
        message:string -> unit
Public Delegate Sub MessageDelegate (
    message As String
)

See Also

Microsoft.SqlServer.Dac.Compatibility Namespace

Return to top