ServerPermissionSet.op_Inequality Method
Determines whether two objects are unequal by performing an inequality operation on two ServerPermissionSet objects.
Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntaxe
'Déclaration
Public Shared Operator <> ( _
p1 As ServerPermissionSet, _
p2 As ServerPermissionSet _
) As Boolean
public static bool operator != (
ServerPermissionSet p1,
ServerPermissionSet p2
)
public:
static bool operator != (
ServerPermissionSet^ p1,
ServerPermissionSet^ p2
)
J# ne prend pas en charge les opérateurs surchargés.
JScript prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs surchargés.
Paramètres
- p1
A ServerPermissionSet object that specifies the server permission.
- p2
A ServerPermissionSet object that specifies the server permission.
Valeur de retour
A Boolean object that specifies whether the two specified objects are unequal. If True, the two specified objects are unequal. If False (default), the two specified objects are equal.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Exemple
How to: Grant Server Permissions in Visual Basic .NET
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ServerPermissionSet Class
ServerPermissionSet Members
Microsoft.SqlServer.Management.Smo Namespace