Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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.