共用方式為


SfcProperty.LessThan 運算子

Determines whether one object is less than another object by performing a less than operation on two Property objects. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  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 less than the second object; otherwise, false.

請參閱

參考

SfcProperty 類別

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