CatalogFolder.ScriptRevoke(PermissionType, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the script to revoke the permission to a folder.
public:
Microsoft::SqlServer::Management::Sdk::Sfc::ISfcScript ^ ScriptRevoke(Microsoft::SqlServer::Management::IntegrationServices::PermissionType permission, int principalId);
public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript ScriptRevoke (Microsoft.SqlServer.Management.IntegrationServices.PermissionType permission, int principalId);
member this.ScriptRevoke : Microsoft.SqlServer.Management.IntegrationServices.PermissionType * int -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
Public Function ScriptRevoke (permission As PermissionType, principalId As Integer) As ISfcScript
Parameters
- permission
- PermissionType
The permission type.
- principalId
- Int32
The identifier of the principal.
Returns
The script to revoke the permission to a folder.