Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether one object is less than another object by performing a less than operation on two Property objects. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Operator < ( _
prop1 As SfcProperty, _
prop2 As SfcProperty _
) As Boolean
'Usage
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 unterstützt die Verwendung überladener Operatoren, aber nicht die Deklaration neuer Operatoren.
Parameter
- prop1
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
A property object that specifies a property.
- prop2
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
A property object that specifies a property.
Rückgabewert
Typ: System.Boolean
true if the first object is less than the second object; otherwise, false.