Partager via


Méthode Show (IntPtr, String, String, String, String, String, String, String)

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité. Use Show instead.

Espace de noms :  Microsoft.NetEnterpriseServers
Assembly :  Microsoft.NetEnterpriseServers.ExceptionMessageBox (en Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntaxe

'Déclaration
Public Function Show ( _
    hwnd As IntPtr, _
    message As String, _
    source As String, _
    sourceAppName As String, _
    sourceAppVersion As String, _
    sourceModule As String, _
    sourceMessageId As String, _
    sourceLanguage As String _
) As DialogResult
'Utilisation
Dim instance As ExceptionMessageBox
Dim hwnd As IntPtr
Dim message As String
Dim source As String
Dim sourceAppName As String
Dim sourceAppVersion As String
Dim sourceModule As String
Dim sourceMessageId As String
Dim sourceLanguage As String
Dim returnValue As DialogResult

returnValue = instance.Show(hwnd, message, _
    source, sourceAppName, sourceAppVersion, _
    sourceModule, sourceMessageId, sourceLanguage)
public DialogResult Show(
    IntPtr hwnd,
    string message,
    string source,
    string sourceAppName,
    string sourceAppVersion,
    string sourceModule,
    string sourceMessageId,
    string sourceLanguage
)
public:
DialogResult Show(
    IntPtr hwnd, 
    String^ message, 
    String^ source, 
    String^ sourceAppName, 
    String^ sourceAppVersion, 
    String^ sourceModule, 
    String^ sourceMessageId, 
    String^ sourceLanguage
)
member Show : 
        hwnd:IntPtr * 
        message:string * 
        source:string * 
        sourceAppName:string * 
        sourceAppVersion:string * 
        sourceModule:string * 
        sourceMessageId:string * 
        sourceLanguage:string -> DialogResult 
public function Show(
    hwnd : IntPtr, 
    message : String, 
    source : String, 
    sourceAppName : String, 
    sourceAppVersion : String, 
    sourceModule : String, 
    sourceMessageId : String, 
    sourceLanguage : String
) : DialogResult

Paramètres

  • hwnd
    Type : System. . :: . .IntPtr
    Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..
  • message
    Type : System. . :: . .String
    Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..
  • source
    Type : System. . :: . .String
    Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..
  • sourceAppName
    Type : System. . :: . .String
    Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..
  • sourceAppVersion
    Type : System. . :: . .String
    Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..
  • sourceModule
    Type : System. . :: . .String
    Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..
  • sourceMessageId
    Type : System. . :: . .String
    Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..
  • sourceLanguage
    Type : System. . :: . .String
    Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..

Valeur de retour

Type : System.Windows.Forms. . :: . .DialogResult
Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie..