CreateContractStatement.Messages Property
Gets a list of information about messages in the contract.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Messages As IList(Of ContractMessage)
public IList<ContractMessage> Messages { get; }
public:
property IList<ContractMessage^>^ Messages {
IList<ContractMessage^>^ get ();
}
member Messages : IList<ContractMessage>
function get Messages () : IList<ContractMessage>
Property Value
Type: System.Collections.Generic.IList<ContractMessage>
.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.