Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of information about messages in the contract.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Messages As IList(Of ContractMessage)
Get
'Usage
Dim instance As CreateContractStatement
Dim value As IList(Of ContractMessage)
value = instance.Messages
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>
The list of information about messages in the contract.