Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Determines whether one object is less than another by performing an operation on two BackupDeviceItem objects.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Shared Operator < ( _
r1 As BackupDeviceItem, _
r2 As BackupDeviceItem _
) As Boolean
'Uso
Dim r1 As BackupDeviceItem
Dim r2 As BackupDeviceItem
Dim returnValue As Boolean
returnValue = (r1 < r2)
public static bool operator <(
BackupDeviceItem r1,
BackupDeviceItem r2
)
public:
static bool operator <(
BackupDeviceItem^ r1,
BackupDeviceItem^ r2
)
static let inline(<)
r1:BackupDeviceItem *
r2:BackupDeviceItem : bool
JScript admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.
Parámetros
- r1
Tipo: Microsoft.SqlServer.Management.Smo.BackupDeviceItem
The first BackupDeviceItem object that is used in the operation.
- r2
Tipo: Microsoft.SqlServer.Management.Smo.BackupDeviceItem
The second BackupDeviceItem object that is used in the greater than operation.
Valor devuelto
Tipo: System.Boolean
A Boolean value that specifies the outcome of the operation to determine whether one object is less than the other.If True, the first object is less than the second. Otherwise, False.
Ejemplos
Realizar de copias de seguridad y restaurar bases de datos y registros de transacciones
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo