Share via


IUserPromptService.ShowMessage Method (String, String, String , Int32, MessageBoxIcon, IWin32Window)

 

Applies To: SQL Server 2016 Preview

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

Syntax

int ShowMessage(
    string message,
    string caption,
    string[] customButtons,
    int defaultButton,
    MessageBoxIcon icon,
    IWin32Window parent
)
int ShowMessage(
    String^ message,
    String^ caption,
    array<String^>^ customButtons,
    int defaultButton,
    MessageBoxIcon icon,
    IWin32Window^ parent
)
abstract ShowMessage : 
        message:string *
        caption:string *
        customButtons:string[] *
        defaultButton:int *
        icon:MessageBoxIcon *
        parent:IWin32Window -> int
Function ShowMessage (
    message As String,
    caption As String,
    customButtons As String(),
    defaultButton As Integer,
    icon As MessageBoxIcon,
    parent As IWin32Window
) As Integer

Parameters

Return Value

Type: System.Int32

See Also

ShowMessage Overload
IUserPromptService Interface
Microsoft.DataWarehouse.Design Namespace

Return to top