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 支援多載運算子的使用,但不支援新運算子的宣告。
參數
- prop1
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
A Property object that specifies a property.
- prop2
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
A Property object that specifies a property.
傳回值
型別:System.Boolean
true if the first object is greater than the second object