SfcProperty.GreaterThan 运算符

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

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Shared Operator > ( _
    prop1 As SfcProperty, _
    prop2 As SfcProperty _
) As Boolean
用法
Dim prop1 As SfcProperty 
Dim prop2 As SfcProperty 
Dim returnValue As Boolean 

returnValue = (prop1 > prop2)
public static bool operator >(
    SfcProperty prop1,
    SfcProperty prop2
)
public:
static bool operator >(
    SfcProperty^ prop1, 
    SfcProperty^ prop2
)
static let inline(>)
        prop1:SfcProperty * 
        prop2:SfcProperty  : bool
JScript 支持使用重载的运算符,但不支持声明新重载运算符。

参数

返回值

类型:System.Boolean
true if the first object is greater than the second object

请参阅

参考

SfcProperty 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间