This topic has not yet been rated - Rate this topic

TableEvent.Equality Operator

Creates a table event set by performing an equality operation on two TableEvent objects.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static bool operator ==(
	TableEvent a,
	TableEvent b
)

Parameters

a
Type: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that specifies the table events.
b
Type: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that specifies the table events.

Return Value

Type: System.Boolean
A TableEventSet object value that specifies a set of table events.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.