Partager via


Propriété Operation.Messages

Gets the messages for the current operation.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(OperationMessage))> _
Public ReadOnly Property Messages As OperationMessageCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Operation Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices