Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of additional error, warning, and informational messages associated with this exception.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property Messages As ICollection(Of DacModelMessage)
Get
'Usage
Dim instance As DacModelException
Dim value As ICollection(Of DacModelMessage)
value = instance.Messages
public ICollection<DacModelMessage> Messages { get; }
public:
property ICollection<DacModelMessage^>^ Messages {
ICollection<DacModelMessage^>^ get ();
}
member Messages : ICollection<DacModelMessage>
function get Messages () : ICollection<DacModelMessage>
Property Value
Type: System.Collections.Generic.ICollection<DacModelMessage>
The collection of additional messages associated with this exception.