Delen via


MessageGeneratedEventArgs.GeneratedMessage Property

Gets the text of the message.

Namespace:  Microsoft.Data.Schema.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property GeneratedMessage As String
public string GeneratedMessage { get; }
public:
property String^ GeneratedMessage {
    String^ get ();
}
member GeneratedMessage : string
function get GeneratedMessage () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

MessageGeneratedEventArgs Class

Microsoft.Data.Schema.Sql Namespace