Operatore SfcProperty.LessThan
Determines whether one object is less than another object by performing a less than operation on two Property objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Operator < ( _
prop1 As SfcProperty, _
prop2 As SfcProperty _
) As Boolean
'Utilizzo
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 supporta l'utilizzo di operatori di overload , ma non la dichiarazione di nuovi operatori.
Parametri
- prop1
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
A property object that specifies a property.
- prop2
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
A property object that specifies a property.
Valore restituito
Tipo: System.Boolean
true if the first object is less than the second object; otherwise, false.