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.
Revokes a previously granted set of permissions from a list of grantees on the availability group.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Revoke ( _
permission As ObjectPermissionSet, _
granteeNames As String() _
)
'Usage
Dim instance As AvailabilityGroup
Dim permission As ObjectPermissionSet
Dim granteeNames As String()
instance.Revoke(permission, granteeNames)
public void Revoke(
ObjectPermissionSet permission,
string[] granteeNames
)
public:
virtual void Revoke(
ObjectPermissionSet^ permission,
array<String^>^ granteeNames
) sealed
abstract Revoke :
permission:ObjectPermissionSet *
granteeNames:string[] -> unit
override Revoke :
permission:ObjectPermissionSet *
granteeNames:string[] -> unit
public final function Revoke(
permission : ObjectPermissionSet,
granteeNames : String[]
)
Parameters
- permission
Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
The specified set of permissions.
- granteeNames
Type: array<System.String[]
A list of grantees to be revoked the set of permissions.
Implements
IObjectPermission.Revoke(ObjectPermissionSet, array<String[])