Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>
Eigenschaftswert
Typ: System.Collections.Generic.IList<ContractMessage>
The list of information about messages in the contract.