BackupDeviceItem.CompareTo 方法

Verifies whether the specified object shares the same name as the referenced BackupDeviceItem object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public Function CompareTo ( _
    obj As Object _
) As Integer
用法
Dim instance As BackupDeviceItem 
Dim obj As Object 
Dim returnValue As Integer 

returnValue = instance.CompareTo(obj)
public int CompareTo(
    Object obj
)
public:
virtual int CompareTo(
    Object^ obj
) sealed
abstract CompareTo : 
        obj:Object -> int  
override CompareTo : 
        obj:Object -> int
public final function CompareTo(
    obj : Object
) : int

参数

返回值

类型:System.Int32
An Int32 value that specifies the lexical relationship between the two strings.

Value

Description

Less than zero

The referenced object name is less than the object name that is specified by the parameter.

Zero

The referenced object name is equal to the object name that is specified by the parameter.

Greater than zero

The referenced object name is greater than the object name that is specified by the parameter.

实现

IComparable.CompareTo(Object)

注释

The comparison of object names is case-insensitive.

-

示例

备份和还原数据库和事务日志

请参阅

参考

BackupDeviceItem 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

BACKUP (Transact-SQL)