This topic has not yet been rated - Rate this topic

Property.GreaterThan Operator

Determines whether one object is greater than another object by performing an greater than operation on two Property objects.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public static bool operator >(
	Property prop1,
	Property prop2
)

Parameters

prop1
Type: Microsoft.SqlServer.Management.Smo.Property
A Property object that specifies a property.
prop2
Type: Microsoft.SqlServer.Management.Smo.Property
A Property object that specifies a property.

Return Value

Type: System.Boolean
A Boolean object that specifies whether the first object is greater that the second object.If True, the first object is greater than the second object.If False, the first object is not greater than the second object.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.