Compartir a través de


SfcProperty.GreaterThan Operador

Determines whether one object is greater than another object by performing a greater than operation on two Property objects.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Operator > ( _
    prop1 As SfcProperty, _
    prop2 As SfcProperty _
) As Boolean
'Uso
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 admite el uso de operadores sobrecargados, pero no la declaración de otros nuevos.

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the first object is greater than the second object

Vea también

Referencia

SfcProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc