Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the operation message contains the specified ID.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function Contains ( _
id As Long _
) As Boolean
'Usage
Dim instance As OperationMessageCollection
Dim id As Long
Dim returnValue As Boolean
returnValue = instance.Contains(id)
public bool Contains(
long id
)
public:
bool Contains(
long long id
)
member Contains :
id:int64 -> bool
public function Contains(
id : long
) : boolean
Parameters
- id
Type: System.Int64
The specified ID.The specified ID.
Return Value
Type: System.Boolean
True if the operation message contains the specified ID; otherwise, false.
See Also
Reference
OperationMessageCollection Class
Microsoft.SqlServer.Management.IntegrationServices Namespace