CompareStatusEventArgs.Message (Propiedad)

Obtiene o establece un mensaje del evento.

Espacio de nombres:  Microsoft.Data.Schema.Tools.Compare
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
Public Property Message As String
    Get
    Set
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
member Message : string with get, set
function get Message () : String
function set Message (value : String)

Valor de propiedad

Tipo: System.String
El mensaje.Puede ser nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

CompareStatusEventArgs Clase

Microsoft.Data.Schema.Tools.Compare (Espacio de nombres)