Compartir a través de


SfcProperty.LessThan Operador

Determines whether one object is less than another object by performing a less than operation on two Property objects. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Operator < ( _
    prop1 As SfcProperty, _
    prop2 As SfcProperty _
) As Boolean
'Uso
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 admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the first object is less than the second object; otherwise, false.

Vea también

Referencia

SfcProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc