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 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.