Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.