Compartilhar via


Propriedade do RDL Operation.Messages

Gets the messages for the current operation.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(OperationMessage))> _
Public ReadOnly Property Messages As OperationMessageCollection 
    Get
'Uso
Dim instance As Operation 
Dim value As OperationMessageCollection 

value = instance.Messages
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(OperationMessage))]
public OperationMessageCollection Messages { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(OperationMessage))]
public:
property OperationMessageCollection^ Messages {
    OperationMessageCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(OperationMessage))>]
member Messages : OperationMessageCollection
function get Messages () : OperationMessageCollection

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.IntegrationServices.OperationMessageCollection
The messages for the current operation.

Consulte também

Referência

Operation Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices