Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines whether two objects are unequal by performing an inequality operation on two Property objects.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Shared Operator <> ( _
prop1 As Property, _
prop2 As Property _
) As Boolean
'Utilisation
Dim prop1 As [Property]
Dim prop2 As [Property]
Dim returnValue As Boolean
returnValue = (prop1 <> prop2)
public static bool operator !=(
Property prop1,
Property prop2
)
public:
static bool operator !=(
Property^ prop1,
Property^ prop2
)
static let inline(<>)
prop1:Property *
prop2:Property : bool
JScript prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- prop1
Type : Microsoft.SqlServer.Management.Smo.Property
A Property object that specifies a property.
- prop2
Type : Microsoft.SqlServer.Management.Smo.Property
A Property object that specifies a property.
Valeur de retour
Type : System.Boolean
A Boolean object that specifies whether the two specified objects are equal.If True, the two specified objects are unequal.If False, the two specified objects are equal.