BackupDeviceItem.op_LessThan Method
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Declaration
Public Shared Operator < ( _
r1 As BackupDeviceItem, _
r2 As BackupDeviceItem _
) As Boolean
public static bool operator < (
BackupDeviceItem r1,
BackupDeviceItem r2
)
public:
static bool operator < (
BackupDeviceItem^ r1,
BackupDeviceItem^ r2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
- r1
- r2
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
BackupDeviceItem Class
BackupDeviceItem Members
Microsoft.SqlServer.Management.Smo Namespace