Property.GreaterThan Operator
SQL Server 2012
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)
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.BooleanA 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.
