DeploymentPlanGenerator.Messages Property
Gets a list of messages.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Messages As IList(Of DataSchemaError)
public IList<DataSchemaError> Messages { get; }
public:
property IList<DataSchemaError^>^ Messages {
IList<DataSchemaError^>^ get ();
}
member Messages : IList<DataSchemaError>
function get Messages () : IList<DataSchemaError>
Property Value
Type: System.Collections.Generic.IList<DataSchemaError>
A list of messages.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.