Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the messages for the current operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(OperationMessage))> _
Public ReadOnly Property Messages As OperationMessageCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.OperationMessageCollection
The messages for the current operation.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace