Operador SfcProperty.GreaterThan
Determines whether one object is greater than another object by performing a greater than operation on two Property objects.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de operadores sobrecarregados, mas não à declaração de operadores novos.
Parâmetros
- prop1
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
A Property object that specifies a property.
- prop2
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty
A Property object that specifies a property.
Valor de retorno
Tipo: System.Boolean
true if the first object is greater than the second object