Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a server permission set by performing a bitwise OR operation on two ServerPermission objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Operator Or ( _
permissionLeft As ServerPermission, _
permissionRight As ServerPermission _
) As ServerPermissionSet
'Usage
Dim permissionLeft As ServerPermission
Dim permissionRight As ServerPermission
Dim returnValue As ServerPermissionSet
returnValue = (permissionLeft Or permissionRight)
public static ServerPermissionSet operator |(
ServerPermission permissionLeft,
ServerPermission permissionRight
)
public:
static ServerPermissionSet^ operator |(
ServerPermission^ permissionLeft,
ServerPermission^ permissionRight
)
static let inline(|||)
permissionLeft:ServerPermission *
permissionRight:ServerPermission : ServerPermissionSet
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- permissionLeft
Type: Microsoft.SqlServer.Management.Smo.ServerPermission
A ServerPermission object that specifies the server permission.
- permissionRight
Type: Microsoft.SqlServer.Management.Smo.ServerPermission
A ServerPermission object that specifies the server permission.
Return Value
Type: Microsoft.SqlServer.Management.Smo.ServerPermissionSet
A ServerPermissionSet object that specifies a set of server permissions.
Examples
Granting, Revoking, and Denying Permissions
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace