BackupDeviceItem.GreaterThan 연산자

Determines whether one object is greater than another by performing an operation on two BackupDeviceItem objects.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Shared Operator > ( _
    r1 As BackupDeviceItem, _
    r2 As BackupDeviceItem _
) As Boolean
‘사용 방법
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는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.

매개 변수

반환 값

유형: System.Boolean
A Boolean value that specifies the outcome of the operation to determine whether one object is greater than the other.If True, the first object is greater than the second. Otherwise, False.

데이터베이스 및 트랜잭션 로그 백업 및 복원

참고 항목

참조

BackupDeviceItem 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

BACKUP(Transact-SQL)